diff options
author | Daniel Schadt <kingdread@gmx.de> | 2020-04-26 11:30:39 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2020-04-26 11:30:39 +0200 |
commit | 8e39880c3ce95ef83d4508085f5c2fc1f91547f3 (patch) | |
tree | e4a9f907267bf816650dfa3f34a8f8f8e5305379 /Cargo.toml | |
parent | 8191ef76ce43c7592f9392171a8d1101b061d747 (diff) | |
download | evtclib-8e39880c3ce95ef83d4508085f5c2fc1f91547f3.tar.gz evtclib-8e39880c3ce95ef83d4508085f5c2fc1f91547f3.tar.bz2 evtclib-8e39880c3ce95ef83d4508085f5c2fc1f91547f3.zip |
add README and LICENSE
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |