Skip to content

Commit a9cab9b

Browse files
committed
test(nat): Have NAT use concurrency::thread, cleanup test organization
Signed-off-by: Manish Vachharajani <[email protected]>
1 parent 6305a11 commit a9cab9b

File tree

2 files changed

+356
-356
lines changed

2 files changed

+356
-356
lines changed

nat/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edition = "2024"
55
publish = false
66
license = "Apache-2.0"
77

8+
[features]
9+
shuttle = ["concurrency/shuttle", "dep:shuttle"]
10+
811
[dependencies]
912
ahash = { workspace = true }
1013
concurrency = { workspace = true, features = [] }

0 commit comments

Comments
 (0)