locat/Cargo.toml
2023-05-20 22:42:03 -04:00

13 lines
250 B
TOML

[package]
name = "locat"
version = "0.4.0"
edition = "2021"
publish = ["menteeth"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
maxminddb = "0.23"
rusqlite = "0.28"
thiserror = "1"