Files
mad/crates/mad/examples/comprehensive/Cargo.toml
kjuulh c18c8a885c
All checks were successful
continuous-integration/drone/push Build is passing
feat: add docs
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-08-08 23:06:23 +02:00

18 lines
327 B
TOML

[package]
name = "mad-comprehensive-example"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "comprehensive"
path = "main.rs"
[dependencies]
notmad = { path = "../.." }
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
async-trait = "0.1"
anyhow = "1"
tracing = "0.1"
tracing-subscriber = "0.3"
rand = "0.8"