mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
Add license and repository info to all crates
This commit is contained in:
parent
4f3b43e4a4
commit
8e369f33fd
4 changed files with 17 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,11 +1,17 @@
|
|||
[workspace]
|
||||
members = ["crates/*"]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/NeoRaider/MinedMap"
|
||||
|
||||
[package]
|
||||
name = "minedmap"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
default-run = "minedmap"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue