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

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