mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2025-09-24 23:41:30 +02:00
restart basically lmao
This commit is contained in:
parent
49995bbc62
commit
b4d48a598a
26 changed files with 61 additions and 1907 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue