mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-28 07:57:02 +00:00
Some work in actually storing things
This commit is contained in:
+2
-1
@@ -10,7 +10,7 @@ edition = "2018"
|
||||
bytes = "0.4"
|
||||
http = "0.2"
|
||||
hyper = "0.13"
|
||||
kv = "0.20"
|
||||
sled = "0.31"
|
||||
futures = "0.3"
|
||||
futures-core = "0.3"
|
||||
futures-channel = "0.3"
|
||||
@@ -26,3 +26,4 @@ structopt = { version = "0.3", default-features = false }
|
||||
rand = "0.7"
|
||||
hex = "0.3"
|
||||
sha2 = "0.8"
|
||||
async-trait = "0.1.30"
|
||||
|
||||
Reference in New Issue
Block a user