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