From 82b2b7587ba705fcad3704b34f4ed081facd8d98 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 14 Sep 2018 00:25:07 +0200 Subject: add license (GPL-3) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] +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" -- cgit v1.2.3