blob: 1aaab0c4f8b96998c7e08ef5a6b5754b43564d7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[workspace]
members = [
"crypto",
"external",
"protover",
"rand",
"smartlist",
"tor_allocate",
"tor_log",
"tor_rust",
"tor_util",
]
[profile.release]
debug = true
panic = "abort"
|