mirror of https://github.com/YosysHQ/nextpnr.git
rust: explicitly mark as ISC license
This commit is contained in:
parent
8e42254943
commit
2169f1bac8
|
|
@ -2,6 +2,7 @@
|
||||||
name = "nextpnr"
|
name = "nextpnr"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
license = "ISC"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue