aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-02 15:48:39 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-02 15:48:39 +0100
commitcea871d944e36222f5fdabe3e907cb8cf86d26e8 (patch)
treea2928e83176e21f19fe9dc319c6753677742cb4a /Cargo.toml
parent104e2ce0a25917dfaaab7e62042cc611fc05125a (diff)
downloadgarage-cea871d944e36222f5fdabe3e907cb8cf86d26e8.tar.gz
garage-cea871d944e36222f5fdabe3e907cb8cf86d26e8.zip
Skeleton to the new web API
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7a8c74e9..739e698e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ members = [
"src/table",
"src/model",
"src/api",
+ "src/web",
"src/garage",
]