summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-10-17 22:24:56 +0200
committerAram Drevekenin <aram@poor.dev>2019-10-17 22:24:56 +0200
commit784b629f39e72923a5734ce33a6900760e18822e (patch)
tree05822c7c61acbd0ec03c4602033177045fc18f45
parenta2bec036f1c100b548c3850dd2bd5e86afb6ee71 (diff)
chore(cargo): add exclude
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8152516..c1f04e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ authors = ["Aram Drevekenin <aram@poor.dev>"]
keywords = ["networking", "utilization", "cli"]
categories = ["network-programming", "command-line-utilities"]
license = "MIT"
+exclude = ["src/tests/*", "demo.gif"]
[dependencies]
pnet = "0.22.0"