async-circe/examples/non-tls-irc/Cargo.toml
2021-12-30 14:01:16 +01:00

14 lines
234 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 = "../.."
default-features = false