Added license and author information to cargo files.
This commit is contained in:
parent
0110d6677e
commit
9b474f0d17
4 changed files with 14 additions and 2 deletions
|
@ -9,6 +9,9 @@ members = [
|
||||||
name = "sing_rs"
|
name = "sing_rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "AGPLv3"
|
||||||
|
license_file = "LICENSE.md"
|
||||||
|
authors = "Daniel Mowitz"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
name = "sing_macros"
|
name = "sing_macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "AGPLv3"
|
||||||
|
license_file = "../LICENSE.md"
|
||||||
|
authors = "Daniel Mowitz"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
name = "sing_parse"
|
name = "sing_parse"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "AGPLv3"
|
||||||
|
license_file = "../LICENSE.md"
|
||||||
|
authors = "Daniel Mowitz"
|
||||||
|
|
||||||
# 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
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
name = "sing_util"
|
name = "sing_util"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "AGPLv3"
|
||||||
|
license_file = "../LICENSE.md"
|
||||||
|
authors = "Daniel Mowitz"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
|
Loading…
Reference in a new issue