Changed authors field to be a list.
This commit is contained in:
parent
43f1c8fe1a
commit
791e65a9fa
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
license_file = "LICENSE.md"
|
license_file = "LICENSE.md"
|
||||||
authors = "Daniel Mowitz"
|
authors = [ "Daniel Mowitz" ]
|
||||||
repository = "https://gitea.chaostreff-alzey.de/Thelie/sing"
|
repository = "https://gitea.chaostreff-alzey.de/Thelie/sing"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Macros for generating STDIN/STDOUT interfaces to trait objects."
|
description = "Macros for generating STDIN/STDOUT interfaces to trait objects."
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
license_file = "../LICENSE.md"
|
license_file = "../LICENSE.md"
|
||||||
authors = "Daniel Mowitz"
|
authors = [ "Daniel Mowitz" ]
|
||||||
description = "Macros for sing_rs"
|
description = "Macros for sing_rs"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
license_file = "../LICENSE.md"
|
license_file = "../LICENSE.md"
|
||||||
authors = "Daniel Mowitz"
|
authors = [ "Daniel Mowitz" ]
|
||||||
description = "Parsing utilities for sing_rs"
|
description = "Parsing utilities for sing_rs"
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPLv3"
|
license = "AGPLv3"
|
||||||
license_file = "../LICENSE.md"
|
license_file = "../LICENSE.md"
|
||||||
authors = "Daniel Mowitz"
|
authors = [ "Daniel Mowitz" ]
|
||||||
description = "Internal functions and types for sing_rs"
|
description = "Internal functions and types for sing_rs"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in a new issue