From 10c30f50e817ba902148f40c61da36f463d80306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 22 Dec 2018 11:58:37 +0000 Subject: [PATCH] specify license in package metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bd9482b..ec873dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "bakare" version = "0.1.0" authors = ["Cyryl PÅ‚otnicki "] edition = "2018" +license = "AGPL-3.0" [dependencies] walkdir = "2.2"