rustcryptfs/Cargo.toml

11 lines
163 B
TOML
Raw Normal View History

[workspace]
members = [
"rustcryptfs",
2022-05-31 20:36:13 +00:00
"rustcryptfs-lib",
2022-10-09 10:18:08 +00:00
"rustcryptfs-fuse",
"rustcryptfs-mount"
]
[profile.release]
lto = true
codegen-units = 1