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

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