this_algorithm/xpin-wasm/Cargo.toml

16 lines
379 B
TOML
Raw Normal View History

2023-02-25 11:14:25 -05:00
[package]
2023-03-02 18:55:40 -05:00
name = "xpin-wasm"
2023-02-25 11:14:25 -05:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
2023-03-02 18:55:40 -05:00
xpin = {path=".."}
2023-03-28 22:11:23 -04:00
spatial-coordinate-systems = {path="../spatial-coordinate-systems/",features=["wasm_bindgen"]}
console_error_panic_hook = "0.1.7"