locat/Cargo.toml

12 lines
232 B
TOML
Raw Normal View History

2023-05-15 18:47:31 -04:00
[package]
name = "locat"
2023-05-20 12:19:59 -04:00
version = "0.3.1"
2023-05-15 18:47:31 -04:00
edition = "2021"
2023-05-19 21:58:03 -04:00
publish = ["menteeth"]
2023-05-15 18:47:31 -04:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-20 11:50:57 -04:00
maxminddb = "0.23"
thiserror = "1"