mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
12 lines
240 B
TOML
12 lines
240 B
TOML
[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]
|
|
winnow = "0.5"
|
|
logos = "0.13"
|
|
codespan-reporting = "0.11"
|