Add license and repository info to all crates

This commit is contained in:
Matthias Schiffer 2023-08-21 19:10:54 +02:00
parent 4f3b43e4a4
commit 8e369f33fd
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 17 additions and 5 deletions

View file

@ -1,11 +1,17 @@
[workspace] [workspace]
members = ["crates/*"] members = ["crates/*"]
[workspace.package]
edition = "2021"
license = "MIT"
repository = "https://github.com/NeoRaider/MinedMap"
[package] [package]
name = "minedmap" name = "minedmap"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
license = "MIT" license.workspace = true
repository.workspace = true
default-run = "minedmap" default-run = "minedmap"
[dependencies] [dependencies]

View file

@ -1,7 +1,9 @@
[package] [package]
name = "minedmap-nbt" name = "minedmap-nbt"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
license.workspace = true
repository.workspace = true
# 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

@ -1,7 +1,9 @@
[package] [package]
name = "minedmap-resource" name = "minedmap-resource"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
license.workspace = true
repository.workspace = true
# 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

@ -1,7 +1,9 @@
[package] [package]
name = "minedmap-types" name = "minedmap-types"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition.workspace = true
license.workspace = true
repository.workspace = true
# 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