aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 739e698e..88c8ad7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,10 @@ members = [
"src/rpc",
"src/table",
"src/model",
+ "src/admin",
"src/api",
"src/web",
- "src/garage",
+ "src/garage"
]
[profile.dev]