start argus-parser

This commit is contained in:
Anand Balakrishnan 2023-09-05 10:28:12 -07:00
parent ac5867e7b0
commit 009a0ac18a
No known key found for this signature in database
3 changed files with 27 additions and 1 deletions

9
argus-parser/Cargo.toml Normal file
View 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"