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

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