lang: basic parser

This commit is contained in:
Schrottkatze 2024-04-03 00:08:00 +02:00
commit ca84af4e1b
No known key found for this signature in database
11 changed files with 362 additions and 33 deletions

View file

@ -11,6 +11,7 @@ resolver = "2"
[workspace.dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
petgraph = "0.6.4"
# to enable all the lints below, this must be present in a workspace member's Cargo.toml:
# [lints]