draught/draughtlib/Cargo.toml

14 lines
291 B
TOML
Raw Normal View History

[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]
2024-07-28 15:43:35 +01:00
indextree = "4.6.1"
rand = "0.8.5"
[target.'cfg(target_arch = "wasm32")'.dependencies]
2024-07-28 15:43:35 +01:00
wasm-bindgen = "0.2.92"