1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
[package]
name = "netencode"
version = "0.1.0"
edition = "2021"

[lib]
path = "src/netencode.rs"

[dependencies]
nom = "8.0"
indexmap = "2.10"
exec_helpers = { path = "exec-helpers" }

[dev-dependencies]
serde_json = "1.0"

[[test]]
name = "simple_generator_test"
path = "tests/simple_generator_test.rs"