[package] name = "tabs" version = "0.1.1" edition = "2021" authors = ["Glenn Bitar "] license = "MPL-2.0 OR LGPL-3.0" description = "A collection of asynchronous task abstractions, based on tokio" readme = "README.md" keywords = ["async"] categories = [ "asynchronous" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3" tokio = { version = "1", features = ["full"] }