mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
14 lines
288 B
TOML
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"
|