[package]
edition = "2021"
rust-version = "1.75"
name = "bootsmith-core"
version = "1.0.0"
authors = ["John Appleby <johnmichaelappleby@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pipeline types, traits, and orchestration for bootsmith"
readme = false
license = "MIT"
repository = "https://github.com/jma24/bootsmith"
[lib]
name = "bootsmith_core"
path = "src/lib.rs"
[dependencies.thiserror]
version = "1"
[dependencies.tracing]
version = "0.1"