mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-04-19 11:05:08 +02:00
12 lines
270 B
TOML
12 lines
270 B
TOML
[package]
|
|
name = "minedmap-types"
|
|
version = "0.2.0"
|
|
description = "Common types used by several MinedMap crates"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
bincode = "2.0.1"
|
|
itertools = "0.14.0"
|