feat: add drifter

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-01 21:53:58 +02:00
commit 03f3bb7493
7 changed files with 845 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"] }