forked from NetSys/NetBricks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (28 loc) · 707 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (28 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[workspace]
members=["framework",
"test/framework-test",
"test/delay-test",
"test/macswap",
"test/shutdown-test",
"test/chain-test",
"test/lpm",
"test/lpm-embedded",
"test/nat",
"test/maglev",
"test/packet_generation",
"test/packet_test",
"test/tcp_check",
"test/tcp_payload",
"test/sctp-test",
"test/config-test",
"test/reset-parse",
"test/tcp_reconstruction",
"test/acl-fw",
"test/embedded-scheduler-test",
"test/embedded-scheduler-dependency-test"]
[profile.release]
opt-level = 3
lto = true
rpath = true
debug = true
debug-assertions = false