add license field to Cargo.toml
This commit is contained in:
parent
f21b8dc936
commit
ef0225cacb
|
@ -2,6 +2,7 @@
|
||||||
authors = ["edef <edef@edef.eu>"]
|
authors = ["edef <edef@edef.eu>"]
|
||||||
name = "fringe"
|
name = "fringe"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
license = "(Apache-2.0 OR MIT)"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
libc = "0.2.14"
|
libc = "0.2.14"
|
||||||
|
|
Loading…
Reference in New Issue