From 109337b904ce1ca03f2f6e6216edc8c1af359870 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 1 Jun 2022 18:00:56 +0200 Subject: Start bal in mailrage --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 912c10d..53a9f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]] -- cgit v1.2.3