mad/crates/mad/Cargo.toml
kjuulh 10e2739b6e
All checks were successful
continuous-integration/drone/push Build is passing
feat: add add_fn to execute immediate lambdas
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-07 15:53:04 +02:00

20 lines
394 B
TOML

[package]
name = "mad"
version.workspace = true
edition = "2021"
[dependencies]
anyhow.workspace = true
async-trait = "0.1.81"
futures = "0.3.30"
futures-util = "0.3.30"
rand = "0.8.5"
thiserror = "1.0.63"
tokio.workspace = true
tokio-util = "0.7.11"
tracing.workspace = true
[dev-dependencies]
tracing-subscriber = "0.3.18"
tracing-test = { version = "0.2.5", features = ["no-env-filter"] }