Files
rust-map/Cargo.toml
2024-09-01 17:01:51 +09:00

14 lines
254 B
TOML

[package]
name = "ekstrahMap"
version = "0.1.0"
edition = "2021"
[dependencies]
console_log = "1.0.0"
osmpbf = "0.3.4"
wasm-bindgen = "0.2.93"
yew = { git = "https://github.com/yewstack/yew/", features = ["csr"] }
[lib]
crate-type = ["cdylib", "rlib"]