[package] name = "tokio-agent" version = "0.1.0" edition = "2018" rust-version = "1.49" authors = ["Jake Heinz "] license = "MIT" readme = "README.md" repository = "https://github.com/jhgg/tokio-agent" homepage = "https://github.com/jhgg/tokio-agent" description = """Agents are a simple abstraction around state, inspired by Elixir's Agent.""" [dependencies] tokio = { version = "1.0", features = ["sync", "rt"] } [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }