mirror of
https://github.com/Noratrieb/ub.git
synced 2026-01-14 16:45:05 +01:00
single craqte
This commit is contained in:
parent
ff78ae710b
commit
2fd78566a3
25 changed files with 36 additions and 64 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,6 +1,3 @@
|
|||
[workspace]
|
||||
members = [".", "./parser"]
|
||||
|
||||
[package]
|
||||
name = "ub"
|
||||
version = "0.1.0"
|
||||
|
|
@ -9,4 +6,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
parser = { path = "./parser" }
|
||||
ariadne = "0.1.5"
|
||||
chumsky = "0.8.0"
|
||||
logos = "0.12.0"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue