geo-uri-rs/Cargo.toml
Paul van Tilburg 7ec8dbc7d3
Add README.md and LICENSE file
Also link the files from the crate and include `README.md` as the
crate documentation.
2022-09-27 18:00:03 +02:00

16 lines
299 B
TOML

[package]
name = "geo-uri"
version = "0.1.0"
edition = "2021"
readme = "README.md"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
derive_builder = "0.11.2"
thiserror = "1.0.35"
[dev-dependencies]
float_eq = "1.0.0"