From ef0225cacbc2ae0650a1421551200525162b9290 Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 21 Aug 2016 00:03:14 +0200 Subject: [PATCH] add license field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 735232e..4cc041b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ authors = ["edef "] name = "fringe" version = "0.0.1" +license = "(Apache-2.0 OR MIT)" [target.'cfg(unix)'.dependencies] libc = "0.2.14"