diff --git a/Cargo.toml b/Cargo.toml index 4a8a3b3..901c38d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,23 +1,12 @@ [package] authors = ["Alec Embke "] description = "Utilities for managing event loop threads." -homepage = "https://github.com/azuqua/wombo.rs" keywords = ["thread", "tokio", "futures", "cancel", "utilities"] license = "MIT" name = "wombo" readme = "README.md" -repository = "https://github.com/azuqua/wombo.rs" version = "0.1.2" -[badges] - -[badges.maintenance] -status = "actively-developed" - -[badges.travis-ci] -branch = "master" -repository = "azuqua/wombo.rs" - [dependencies] futures = "0.1.17" log = "0.4.1"