forked from Deuxfleurs/garage
trinity-1686a
64c193e3db
lib.rs could use getting split in modules, but I'm not sure how exactly Co-authored-by: trinity-1686a <trinity@deuxfleurs.fr> Reviewed-on: Deuxfleurs/garage#303 Co-authored-by: trinity-1686a <trinity.pointard@gmail.com> Co-committed-by: trinity-1686a <trinity.pointard@gmail.com>
21 lines
258 B
TOML
21 lines
258 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",
|
|
]
|
|
|
|
default-members = ["src/garage"]
|
|
|
|
[profile.dev]
|
|
lto = "off"
|
|
|
|
[profile.release]
|
|
debug = true
|