1
0
forked from brl/citadel-tools
citadel-tools/Cargo.toml
Bruce Leidl 2dc32d1f20 Refactor multiple tools into a single binary.
citadel-tool now installed with a hardlink for each binary tool and
dispatches on the exe path to the tool implementation. This makes
the build faster, uses less disk space, and makes it easier to
create new small tools.
2019-01-30 21:31:13 -05:00

7 lines
145 B
TOML

[workspace]
members = ["citadel-desktopd", "citadel-realms", "citadel-tool" ]
[profile.release]
lto = true
codegen-units = 1
incremental = false