aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-04-26 11:30:39 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-04-26 11:30:39 +0200
commit8e39880c3ce95ef83d4508085f5c2fc1f91547f3 (patch)
treee4a9f907267bf816650dfa3f34a8f8f8e5305379 /Cargo.toml
parent8191ef76ce43c7592f9392171a8d1101b061d747 (diff)
downloadevtclib-8e39880c3ce95ef83d4508085f5c2fc1f91547f3.tar.gz
evtclib-8e39880c3ce95ef83d4508085f5c2fc1f91547f3.tar.bz2
evtclib-8e39880c3ce95ef83d4508085f5c2fc1f91547f3.zip
add README and LICENSE
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"