24 lines
605 B
TOML
24 lines
605 B
TOML
[package]
|
|
name = "blue-build-template"
|
|
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]
|
|
rinja = { version = "0.3", features = ["serde_json"] }
|
|
blue-build-recipe = { version = "=0.9.8", path = "../recipe" }
|
|
blue-build-utils = { version = "=0.9.8", path = "../utils" }
|
|
|
|
chrono.workspace = true
|
|
log.workspace = true
|
|
colored.workspace = true
|
|
bon.workspace = true
|
|
uuid.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|