async-circe/examples/config-from-toml/Cargo.toml
2021-12-28 15:06:59 +01:00

14 lines
250 B
TOML

[package]
authors = ["famfo", "karx"]
name = "config-from-toml"
version = "0.1.0"
edition = "2021"
[dependencies.tokio]
version = "1.15"
features = ["macros", "rt-multi-thread"]
[dependencies.async-circe]
path = "../.."
features = ["toml_support"]