summaryrefslogtreecommitdiff
path: root/src/rust/Cargo.toml
blob: 83f96296601ac0cf69c15a256fd931aaabf4526a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[workspace]
members = [
    "crypto",
    "external",
    "protover",
    "smartlist",
    "tor_allocate",
    "tor_log",
    "tor_rust",
    "tor_util",
]

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