restart basically lmao

This commit is contained in:
Schrottkatze 2023-12-13 18:13:43 +01:00
commit b4d48a598a
26 changed files with 61 additions and 1907 deletions

View file

@ -1,14 +1,4 @@
[package]
name = "pipeline-lang"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logos = "0.13"
codespan-reporting = "0.11"
clap = { version = "4.4.8", features = [ "derive" ] }
workspace = { members = [ "crates/executor", "crates/pl-cli","crates/rpl"] }
[lints.rust]
unsafe_code = "deny"