aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b6c1c90..7875c64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,11 @@ name = "evtclib"
version = "0.1.0"
authors = ["Daniel"]
edition = "2018"
+description = "An evtc parsing library"
+readme = "README.md"
+repository = "https://gitlab.com/dunj3/evtclib"
+license = "MIT"
+license-file = "LICENSE"
[dependencies]
num-traits = "0.2"