mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-14 16:45:05 +01:00
19 lines
397 B
TOML
19 lines
397 B
TOML
[package]
|
|
name = "ub"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ariadne = "0.1.5"
|
|
chumsky = "0.8.0"
|
|
logos = "0.12.0"
|
|
|
|
[dependencies.salsa]
|
|
git = "https://github.com/salsa-rs/salsa"
|
|
rev = "ef7c0f12c8159e7025316e959c26f6278a576fa5"
|
|
package = "salsa-2022"
|
|
|
|
[dev-dependencies]
|
|
insta = "1.13.0"
|