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

13 lines
218 B
TOML

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