From 8e39880c3ce95ef83d4508085f5c2fc1f91547f3 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 26 Apr 2020 11:30:39 +0200 Subject: add README and LICENSE --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3