Files
foundryvtt-drag-ruler/rust/Cargo.toml
T
Manuel Vögele e84632c0d7 Release v1.12.4
2022-03-08 12:49:56 +01:00

20 lines
363 B
TOML

[package]
name = "gridless-pathfinding"
version = "1.12.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[profile.release]
lto = true
#debug = true
[dependencies]
console_error_panic_hook = "0.1.7"
js-sys = "0.3.56"
rustc-hash = "1.1.0"
wasm-bindgen = "0.2.79"