iowo/Cargo.toml

12 lines
240 B
TOML
Raw Normal View History

2023-11-15 09:55:14 +00:00
[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"