aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cfc48113..c64f7897 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,9 +8,12 @@ members = [
"src/admin",
"src/api",
"src/web",
- "src/garage"
+ "src/garage",
+ "src/k2v-client",
]
+default-members = ["src/garage"]
+
[profile.dev]
lto = "off"