add license field to Cargo.toml

master
edef 2016-08-21 00:03:14 +02:00
parent f21b8dc936
commit ef0225cacb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
authors = ["edef <edef@edef.eu>"]
name = "fringe"
version = "0.0.1"
license = "(Apache-2.0 OR MIT)"
[target.'cfg(unix)'.dependencies]
libc = "0.2.14"