From 67d35630ccdf630936a7e33121b3e4fe9baaf4e1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 26 Apr 2020 11:49:14 +0200 Subject: more package metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4a19ab..4f3aeac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "raidgrep" -version = "0.1.0" +version = "1.0.0" authors = ["Daniel "] license = "GPL-3.0-or-later" +license-file = "LICENSE" edition = "2018" +description = "An evtc searching tool, akin to find" +readme = "README.md" +repository = "https://gitlab.com/dunj3/raidgrep" [dependencies] evtclib = { path = "evtclib" } -- cgit v1.2.3