garage/Cargo.toml
trinity-1686a dd55af7efc
Some checks failed
continuous-integration/drone/pr Build is failing
initial implementation of a k2v client
2022-05-14 13:11:34 +02:00

20 lines
224 B
TOML

[workspace]
members = [
"src/util",
"src/rpc",
"src/table",
"src/block",
"src/model",
"src/admin",
"src/api",
"src/web",
"src/garage",
"src/k2v-client",
]
[profile.dev]
lto = "off"
[profile.release]
debug = true