Files
tor/src/rust/Cargo.toml
T
2018-05-15 17:48:57 +00:00

17 lines
205 B
TOML

[workspace]
members = [
"crypto",
"external",
"protover",
"smartlist",
"tor_allocate",
"tor_log",
"tor_rust",
"tor_util",
]
[profile.release]
debug = true
panic = "abort"