diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -31,7 +31,14 @@ tokio = "1.17.0" toml = "0.5" zstd = { version = "0.9", default-features = false } +tracing-subscriber = "0.3" +tracing = "0.1" +tower = "0.4" +futures = "0.3" + + k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", branch = "main" } +boitalettres = { git = "https://git.deuxfleurs.fr/KokaKiwi/boitalettres.git", branch = "main" } #k2v-client = { path = "../garage/src/k2v-client" } [[bin]] |