particle-os-cli/recipe/Cargo.toml
Gerald Pinder 065fa193e3
refactor: Switch to using miette for errors instead of anyhow (#198)
Switch to a better error crate that will allow setting help texts for
any error we want.
2024-07-05 21:55:43 -04:00

30 lines
649 B
TOML

[package]
name = "blue-build-recipe"
version.workspace = true
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]
blue-build-utils = { version = "=0.8.11", path = "../utils" }
chrono.workspace = true
colored.workspace = true
log.workspace = true
miette.workspace = true
indexmap.workspace = true
serde.workspace = true
serde_yaml.workspace = true
serde_json.workspace = true
typed-builder.workspace = true
[features]
default = []
stages = []
copy = []
[lints]
workspace = true