draught/draughtlib/Cargo.toml
Andy Pack 7e780fb3c9
Some checks failed
test and deploy / Package Library (push) Blocked by required conditions
test and deploy / Package Container (push) Blocked by required conditions
test and deploy / Build Native (push) Has been cancelled
test and deploy / Build WASM (push) Has been cancelled
updating deps
2024-07-28 15:43:35 +01:00

14 lines
291 B
TOML

[package]
name = "draughtlib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
indextree = "4.6.1"
rand = "0.8.5"
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.92"