diff options
author | Alex <lx@deuxfleurs.fr> | 2025-01-29 20:42:56 +0000 |
---|---|---|
committer | Alex <lx@deuxfleurs.fr> | 2025-01-29 20:42:56 +0000 |
commit | 6ed78abb5cd09f4e5ca5effe5d6137faf33133f8 (patch) | |
tree | c33690f411436ef2022f847447027fbcf2feb41a /src/api/Cargo.toml | |
parent | 5560a963e048f6bb000fc37b7e7ad73dbe96f3ab (diff) | |
parent | 19454c1679352012f1953949d02880e34820039f (diff) | |
download | garage-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.toml | 1 |
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 |