aboutsummaryrefslogtreecommitdiffstats
path: root/rs/server/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-24 18:19:05 +0100
committerLibravatar Rutger Broekhoff2024-01-24 18:19:05 +0100
commit399d340187171420b5f1fcf524906aadd04be5d6 (patch)
tree5c0fe8a25b00aa8e5de0eebdd2d09b572d60974e /rs/server/Cargo.toml
parent09f6e35326d15f9d415b052118228a13fa7421ae (diff)
downloadgitolfs3-399d340187171420b5f1fcf524906aadd04be5d6.tar.gz
gitolfs3-399d340187171420b5f1fcf524906aadd04be5d6.zip
Sure I'll add another dependency, just tell me what the problem is
Diffstat (limited to 'rs/server/Cargo.toml')
-rw-r--r--rs/server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rs/server/Cargo.toml b/rs/server/Cargo.toml
index ac2b10b..edb76d8 100644
--- a/rs/server/Cargo.toml
+++ b/rs/server/Cargo.toml
@@ -16,3 +16,4 @@ serde_json = "1"
16tokio = { version = "1.35", features = ["full"] } 16tokio = { version = "1.35", features = ["full"] }
17tokio-util = "0.7" 17tokio-util = "0.7"
18tower = "0.4" 18tower = "0.4"
19tracing-subscriber = { version = "0.3", features = ["env-filter"] }