2025-01-06 00:18:13 -05:00
|
|
|
[package]
|
|
|
|
name = "talc-web"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2025-01-18 19:06:58 -05:00
|
|
|
rust-version = "1.81.0"
|
2025-01-06 00:18:13 -05:00
|
|
|
|
|
|
|
[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.2", features = ["js"] }
|
|
|
|
wasm-bindgen = "0.2"
|