drift/Cargo.toml
kjuulh 03f3bb7493
feat: add drifter
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-01 21:53:58 +02:00

14 lines
279 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.1.0"
[workspace.dependencies]
drift = { path = "crates/drift" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }