diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-02 15:48:39 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-02 15:48:39 +0100 |
commit | cea871d944e36222f5fdabe3e907cb8cf86d26e8 (patch) | |
tree | a2928e83176e21f19fe9dc319c6753677742cb4a /Cargo.toml | |
parent | 104e2ce0a25917dfaaab7e62042cc611fc05125a (diff) | |
download | garage-cea871d944e36222f5fdabe3e907cb8cf86d26e8.tar.gz garage-cea871d944e36222f5fdabe3e907cb8cf86d26e8.zip |
Skeleton to the new web API
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ members = [ "src/table", "src/model", "src/api", + "src/web", "src/garage", ] |