mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-05 17:44:52 +01:00
12 lines
307 B
TOML
12 lines
307 B
TOML
[package]
|
|
name = "minedmap-types"
|
|
version = "0.1.2"
|
|
description = "Common types used by several MinedMap crates"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
itertools = "0.13.0"
|
|
serde = { version = "1.0.183", features = ["derive"] }
|