aboutsummaryrefslogtreecommitdiff
path: root/src/garage
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-03 12:37:16 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-03 12:37:16 +0100
commit0d3bc169ee66d937bf88a8b7ee284043ce4a9bcd (patch)
tree03d714548cf7f6e989d358bbf6305a511c772cbe /src/garage
parentb3caa3628dbe26c76494333472815c9b59a1104c (diff)
downloadgarage-0d3bc169ee66d937bf88a8b7ee284043ce4a9bcd.tar.gz
garage-0d3bc169ee66d937bf88a8b7ee284043ce4a9bcd.zip
It compiles!
Diffstat (limited to 'src/garage')
-rw-r--r--src/garage/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml
index cb16bcd4..39288f40 100644
--- a/src/garage/Cargo.toml
+++ b/src/garage/Cargo.toml
@@ -19,6 +19,7 @@ garage_rpc = { version = "0.1", path = "../rpc" }
garage_table = { version = "0.1.1", path = "../table" }
garage_model = { version = "0.1.1", path = "../model" }
garage_api = { version = "0.1.1", path = "../api" }
+garage_web = { version = "0.1", path = "../web" }
bytes = "0.4"
rand = "0.7"