repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
version: Bump version to 0.4.5.16
[tor.git]
/
src
/
rust
/
Cargo.toml
blob
de8693ea33fe833a2e6ae790bc7ae6bd3e9677e9
1
[workspace]
2
members = [
3
"crypto",
4
"external",
5
"protover",
6
"smartlist",
7
"tor_allocate",
8
"tor_log",
9
"tor_rust",
10
"tor_util",
11
]
12
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"
17
18
[profile.release]
19
debug = true
20
panic = "abort"
21
22
[profile.test]
23
panic = "abort"
24
25
[profile.bench]
26
panic = "abort"