diff options
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" } |