13 lines
346 B
TOML
13 lines
346 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
|
|
|
|
[dependencies]
|
|
ariadne = { git = "https://github.com/zesterer/ariadne" }
|
|
chumsky = { git = "https://github.com/zesterer/chumsky", features = ["label"] }
|
|
imbl = "3.0.0"
|
|
tailcall = "1.0.1"
|