summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-09-22 13:55:04 +0200
committerAram Drevekenin <aram@poor.dev>2019-09-22 13:55:04 +0200
commit0a078bb62fc8c0a0071f61fb563a5099a36d13ae (patch)
tree3f5a8ce173878324877a3207e8347de8404ab3bd /Cargo.toml
parent0ed2607cb39dc0ffb394696f11fbcfcd86677d6c (diff)
fix(network): more accurate bandwidth calculation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0aa43a2..3eec6e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,10 +14,7 @@ structopt = "0.3"
[dev-dependencies]
assert_cmd = "0.10"
-predicates = "1"
insta = "*"
cargo-insta = "*"
-packet = "*"
-
-[features]
-test = []
+packet-builder = "*"
+pnet_base = "*"