12 lines
305 B
TOML
12 lines
305 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" }
|
||
|
imbl = "3.0.0"
|