23 lines
480 B
TOML
23 lines
480 B
TOML
[package]
|
|
name = "rudus"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
chumsky = "0.10.1"
|
|
imbl = "3.0.0"
|
|
num-derive = "0.4.2"
|
|
num-traits = "0.2.19"
|
|
regex = "1.11.1"
|
|
wasm-bindgen = "0.2"
|
|
wasm-bindgen-futures = "0.4.50"
|
|
serde = {version = "1.0", features = ["derive"]}
|
|
serde_json = "1.0"
|
|
console_error_panic_hook = "0.1.7"
|
|
# talc = "4.4.3"
|