async-circe/examples/config-from-toml/Cargo.toml

14 lines
236 B
TOML

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