26 lines
602 B
TOML
26 lines
602 B
TOML
[package]
|
|
name = "blue-build-recipe"
|
|
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]
|
|
blue-build-utils = { path = "../utils" }
|
|
chrono = "0.4"
|
|
indexmap = { version = "2", features = ["serde"] }
|
|
|
|
anyhow.workspace = true
|
|
format_serde_error.workspace = true
|
|
log.workspace = true
|
|
serde.workspace = true
|
|
serde_yaml.workspace = true
|
|
serde_json.workspace = true
|
|
typed-builder.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|