iowo/crates/executor/Cargo.toml

15 lines
295 B
TOML
Raw Normal View History

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