rudus/Cargo.toml

25 lines
578 B
TOML
Raw Permalink Normal View History

2024-10-27 21:45:17 +00:00
[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]
2025-06-25 21:43:30 +00:00
crate-type = ["cdylib", "rlib"]
2024-10-27 21:45:17 +00:00
[dependencies]
ariadne = { git = "https://github.com/zesterer/ariadne" }
2024-10-29 03:59:50 +00:00
chumsky = { git = "https://github.com/zesterer/chumsky", features = ["label"] }
2024-10-27 21:45:17 +00:00
imbl = "3.0.0"
2024-12-06 19:08:34 +00:00
ran = "2.0.1"
num-derive = "0.4.2"
num-traits = "0.2.19"
regex = "1.11.1"
wasm-bindgen = "0.2"
2025-06-26 02:56:39 +00:00
# struct_scalpel = "0.1.1"
# rust-embed = "8.5.0"
# boxing = "0.1.2"
# ordered-float = "4.5.0"
# index_vec = "0.1.4"