mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
Only name library crate rather than whole package "minedmap-core"
This commit is contained in:
parent
3cb65ec70e
commit
9ec1c03ce1
2 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
[package]
|
||||
name = "minedmap-core"
|
||||
name = "minedmap"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
default-run = "minedmap"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[lib]
|
||||
name = "minedmap_core"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue