Merge branch 'maint-0.4.1' into release-0.4.1
[tor.git] / src / rust / Cargo.toml
blobde8693ea33fe833a2e6ae790bc7ae6bd3e9677e9
1 [workspace]
2 members = [
3     "crypto",
4     "external",
5     "protover",
6     "smartlist",
7     "tor_allocate",
8     "tor_log",
9     "tor_rust",
10     "tor_util",
13 # Can remove panic="abort" when this issue is fixed:
14 # https://github.com/rust-lang/rust/issues/52652
15 [profile.dev]
16 panic = "abort"
18 [profile.release]
19 debug = true
20 panic = "abort"
22 [profile.test]
23 panic = "abort"
25 [profile.bench]
26 panic = "abort"