diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-05 10:29:45 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-10 13:25:06 +0200 |
commit | 633958c7b1ce9c83df5159051fd299b484d0d797 (patch) | |
tree | 906246beab76ee6981af03fb31ce04421cd6b6ab /src/rpc | |
parent | 5768bf362262f78376af14517c4921941986192e (diff) | |
download | garage-633958c7b1ce9c83df5159051fd299b484d0d797.tar.gz garage-633958c7b1ce9c83df5159051fd299b484d0d797.zip |
Refactor admin API to be in api/admin and use common code
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index bed7f44a..80a1975c 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -15,7 +15,6 @@ path = "lib.rs" [dependencies] garage_util = { version = "0.7.0", path = "../util" } -garage_admin = { version = "0.7.0", path = "../admin" } arc-swap = "1.0" bytes = "1.0" |