aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-04-26 11:49:14 +0200
committerDaniel <kingdread@gmx.de>2020-04-26 11:49:14 +0200
commit67d35630ccdf630936a7e33121b3e4fe9baaf4e1 (patch)
treed0c059ae5ec3ed68ffa92181f2d1eb753ed027d8 /Cargo.toml
parentc75de8eeb9027d36d216dd5374b279de835ed597 (diff)
downloadraidgrep-67d35630ccdf630936a7e33121b3e4fe9baaf4e1.tar.gz
raidgrep-67d35630ccdf630936a7e33121b3e4fe9baaf4e1.tar.bz2
raidgrep-67d35630ccdf630936a7e33121b3e4fe9baaf4e1.zip
more package metadata
Diffstat (limited to 'Cargo.toml')
-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" }