aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5e0c600..989687d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
name = "raidgrep"
version = "0.1.0"
authors = ["Daniel <kingdread@gmx.de>"]
+license = "GPL-3.0-or-later"
[dependencies]
evtclib = { path = "../evtclib" }
@@ -11,4 +12,4 @@ walkdir = "2"
quick-error = "1"
colored = "1"
chrono = "0.4"
-rayon = "1" \ No newline at end of file
+rayon = "1"