iowo/crates/cli/Cargo.toml

15 lines
286 B
TOML
Raw Normal View History

2023-12-13 17:13:43 +00:00
[package]
name = "cli"
2023-12-13 17:13:43 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { workspace = true }
2024-01-01 06:30:04 +00:00
executor = { path = "../executor" }
ir = { path = "../ir" }
[lints]
workspace = true