Files
rust-map/Cargo.toml
2024-08-31 22:39:25 +09:00

9 lines
169 B
TOML

[package]
name = "ekstrahMap"
version = "0.1.0"
edition = "2021"
[dependencies]
osmpbf = "0.3.4"
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }