Added license and author information to cargo files.

This commit is contained in:
Thelie 2022-03-27 16:16:12 +02:00
parent 0110d6677e
commit 9b474f0d17
4 changed files with 14 additions and 2 deletions

View file

@ -9,7 +9,10 @@ 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

View file

@ -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

View file

@ -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"

View file

@ -2,7 +2,10 @@
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