mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add licenses to crates that didn't have them
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "libloot-ffi-errors"
|
||||
version = "0.26.1"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
libloot = { path = ".." }
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
edition = "2021"
|
||||
name = "libloot-nodejs"
|
||||
version = "0.26.1"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "parameterized-test"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.95"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "libloot_python"
|
||||
version = "0.26.1"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user