gb-emu/xtask/Cargo.toml

19 lines
479 B
TOML
Raw Normal View History

2023-03-04 09:15:25 +11:00
[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-10-23 14:02:56 +11:00
clap = { version = "4.5.20", features = ["derive"] }
2024-08-11 12:21:29 +10:00
strum = { version = "0.26.3", features = ["derive"] }
2024-08-18 16:26:58 +10:00
duct = "0.13.7"
2024-08-11 12:21:29 +10:00
cargo_metadata = "0.18.1"
2024-10-23 14:02:56 +11:00
cfg-expr = "0.17.0"
2024-08-18 16:26:58 +10:00
pbr = "1.1.1"
2024-10-23 14:02:56 +11:00
serde_json = "1.0.132"
2023-10-09 09:56:54 +11:00
nih_plug_xtask = { workspace = true }
2024-08-11 12:21:29 +10:00
log = { workspace = true }
env_logger = { workspace = true }