particle-os-cli/utils/Cargo.toml
2024-03-08 19:37:08 -05:00

25 lines
567 B
TOML

[package]
name = "blue-build-utils"
version = "0.8.2"
edition.workspace = true
description.workspace = true
repository.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
directories = "5"
process_control = { version = "4.0.3", features = ["crossbeam-channel"] }
which = "6"
anyhow.workspace = true
format_serde_error.workspace = true
log.workspace = true
serde.workspace = true
serde_yaml.workspace = true
serde_json.workspace = true
[lints]
workspace = true