mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01: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
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -553,7 +553,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "minedmap-core"
|
||||
name = "minedmap"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
|
|
|
@ -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
Reference in a new issue