openquest/openquest-lib/Cargo.toml

19 lines
418 B
TOML

[package]
name = "openquest-lib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
#[target.x86_64-unknown-linux-gnu]
#linker = "clang"
#rustflags = ["-C", "link-arg=-fuse-ld=mold"]
[dependencies]
pest = "2.5.0"
pest_derive = "2.5.0"
ariadne = { version = "0.3.0", features = ["auto-color"] }
tower-lsp = "0.19.0"
anyhow = "1.0.71"