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

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