summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.toml
blob: 4ae8033eb3dfb41058c7a51ff9066deaa8b715dd (plain)
1
2
3
4
5
6
7
8
[workspace]
members = ["tor_util", "protover", "smartlist", "external", "tor_allocate",
"tor_rust", "tor_log"]

[profile.release]
debug = true
panic = "abort"