From 893a645ef7d7fb03980b5af1820c3f11a218def0 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Fri, 25 Jan 2019 15:57:44 -0700 Subject: [PATCH] add license to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 769d21a..28f633f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "prongs" version = "1.0.0" authors = ["Ales Katona "] edition = "2018" +license = "LGPLv3" [dependencies] bitflags = "1.0.4"