talc/talc-web/Cargo.toml
trimill 5a03ffedf1
All checks were successful
docs / test (push) Successful in 11s
webrepl / test (push) Successful in 2m2s
rand --> 0.9
2025-02-06 09:48:49 -05:00

17 lines
375 B
TOML

[package]
name = "talc-web"
version = "0.2.3"
edition = "2021"
rust-version = "1.81.0"
[lib]
crate-type = ["cdylib", "rlib"]
[lints]
workspace = true
[dependencies]
talc-lang = { path = "../talc-lang" }
talc-std = { path = "../talc-std", default-features = false, features = ["rand", "regex"] }
getrandom = { version = "0.3", features = ["wasm_js"] }
wasm-bindgen = "0.2"