aboutsummaryrefslogtreecommitdiffstats
path: root/rs/server/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-24 18:24:26 +0100
committerLibravatar Rutger Broekhoff2024-01-24 18:24:26 +0100
commit54035ca467789b6218008b3d94c4aa40214a3a35 (patch)
tree148a5ec872e867baefc5dbd34d63064be0e9325b /rs/server/Cargo.toml
parent399d340187171420b5f1fcf524906aadd04be5d6 (diff)
downloadgitolfs3-54035ca467789b6218008b3d94c4aa40214a3a35.tar.gz
gitolfs3-54035ca467789b6218008b3d94c4aa40214a3a35.zip
You wouldn't believe it, but it's time for another dependency
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 edb76d8..0572cac 100644
--- a/rs/server/Cargo.toml
+++ b/rs/server/Cargo.toml
@@ -10,6 +10,7 @@ axum = "0.7"
10base64 = "0.21" 10base64 = "0.21"
11chrono = { version = "0.4", features = ["serde"] } 11chrono = { version = "0.4", features = ["serde"] }
12common = { path = "../common" } 12common = { path = "../common" }
13env_logger = "0.9.0"
13mime = "0.3" 14mime = "0.3"
14serde = { version = "1", features = ["derive"] } 15serde = { version = "1", features = ["derive"] }
15serde_json = "1" 16serde_json = "1"