Prepare for crates.io release

This commit is contained in:
Matthias Schiffer 2023-08-21 21:50:32 +02:00
parent 8e369f33fd
commit c010ee9194
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
10 changed files with 17 additions and 16 deletions

View file

@ -1,12 +1,12 @@
[package]
name = "minedmap-types"
version = "0.1.0"
description = "Common types used by several MinedMap crates"
edition.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.11.0"
serde = { version = "1.0.183", features = ["derive"] }