diff options
| -rw-r--r-- | Cargo.toml | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -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" | 
