aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cec0877..e2d59e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,12 @@ description = "An evtc parsing library"
readme = "README.md"
repository = "https://gitlab.com/dunj3/evtclib"
license = "MIT"
+include = [
+ "/src/**/*.rs",
+ "/README.md",
+ "/CHANGELOG.md",
+ "/LICENSE",
+]
[dependencies]
num-traits = "0.2"