aboutsummaryrefslogtreecommitdiff
path: root/src/api/Cargo.toml
diff options
context:
space:
mode:
authorAlex <lx@deuxfleurs.fr>2025-01-29 20:42:56 +0000
committerAlex <lx@deuxfleurs.fr>2025-01-29 20:42:56 +0000
commit6ed78abb5cd09f4e5ca5effe5d6137faf33133f8 (patch)
treec33690f411436ef2022f847447027fbcf2feb41a /src/api/Cargo.toml
parent5560a963e048f6bb000fc37b7e7ad73dbe96f3ab (diff)
parent19454c1679352012f1953949d02880e34820039f (diff)
downloadgarage-6ed78abb5cd09f4e5ca5effe5d6137faf33133f8.tar.gz
garage-6ed78abb5cd09f4e5ca5effe5d6137faf33133f8.zip
Merge pull request 'admin API refactoring (step 1)' (#939) from refactor-admin into next-v2
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/939
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r--src/api/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml
index 85b78a5b..1becbcdf 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -38,6 +38,7 @@ idna.workspace = true
tracing.workspace = true
md-5.workspace = true
nom.workspace = true
+paste.workspace = true
pin-project.workspace = true
sha1.workspace = true
sha2.workspace = true