Skip to content

Commit

Permalink
Updated Cargo.toml to be reasonable
Browse files Browse the repository at this point in the history
  • Loading branch information
schets committed Jan 31, 2017
1 parent 4f2cf7c commit 02a50f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[package]
name = "multiqueue"
version = "0.1.0"
version = "0.1.1"
authors = ["Sam Schetterer <[email protected]>"]
license = "MIT"
description = "A fast mpmc multicast queue"
repository = "https://github.com/schets/multiqueue"
documentation = "https://docs.rs/multiqueue"
readme = "Readme.md"
categories = ["data-structures", "concurrency", "algorithms", "web-programming::http-server", "asynchronous"]
keywords = ["queue", "mpmc", "lockless", "broadcast", "message"]


Expand All @@ -17,6 +16,3 @@ futures = "0.1.9"
smallvec = "0.3.1"
parking_lot = "0.3"
time = "0.1.35"

[badges]
travis-ci = { repository = "github.com/schets/multiqueue" }

0 comments on commit 02a50f4

Please sign in to comment.