2022-03-08 15:19:01 +01:00

14 lines
288 B
TOML

[package]
name = "tilejson-spec"
version = "0.1.0"
description = "A library for decoding and encoding tilejson specs"
readme = "README.md"
categories = ["encoding"]
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
serde_json = "1.0"