License as LGPL-2.1
(cherry picked from commit 1127742e387ef78b91ec1e4cec0bb17b5e85666c)
This commit is contained in:
parent
8bf888020d
commit
895336ac79
6 changed files with 506 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ name = "nix-c-raw"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
name = "nix-expr"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
name = "nix-flake"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ name = "nix-store"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
name = "nix-util"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue