Changed license field so crates.io is content.

This commit is contained in:
Thelie 2022-03-27 16:29:11 +02:00
parent 791e65a9fa
commit 2ebcaf2f39
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ members = [
name = "sing_rs"
version = "0.1.0"
edition = "2021"
license = "AGPLv3"
license = "AGPL"
license_file = "LICENSE.md"
authors = [ "Daniel Mowitz" ]
repository = "https://gitea.chaostreff-alzey.de/Thelie/sing"

View file

@ -2,7 +2,7 @@
name = "sing_macros"
version = "0.1.0"
edition = "2021"
license = "AGPLv3"
license = "AGPL"
license_file = "../LICENSE.md"
authors = [ "Daniel Mowitz" ]
description = "Macros for sing_rs"

View file

@ -2,7 +2,7 @@
name = "sing_parse"
version = "0.1.0"
edition = "2021"
license = "AGPLv3"
license = "AGPL"
license_file = "../LICENSE.md"
authors = [ "Daniel Mowitz" ]
description = "Parsing utilities for sing_rs"

View file

@ -2,7 +2,7 @@
name = "sing_util"
version = "0.1.0"
edition = "2021"
license = "AGPLv3"
license = "AGPL"
license_file = "../LICENSE.md"
authors = [ "Daniel Mowitz" ]
description = "Internal functions and types for sing_rs"