aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
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 <kingdread@gmx.de>"]
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" }