start argus-parser
This commit is contained in:
parent
ac5867e7b0
commit
009a0ac18a
3 changed files with 27 additions and 1 deletions
9
argus-parser/Cargo.toml
Normal file
9
argus-parser/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "argus-parser"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
argus-core = { version = "0.1.0", path = "../argus-core" }
|
||||
ariadne = "0.3.0"
|
||||
chumsky = "0.9.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue