1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00
Files
bootc/cli/Cargo.toml
Colin Walters 3ab28788ce Initial code split from https://github.com/ostreedev/ostree-rs-ext/pull/412
Prep for potentially moving to github.com/containers/bootc
2022-11-30 15:14:04 -05:00

20 lines
402 B
TOML

[package]
name = "bootc"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cgwalters/bootc"
readme = "README.md"
publish = false
rust-version = "1.63.0"
[dependencies]
anyhow = "1.0"
bootc-lib = { path = "../lib" }
clap = "3.2"
libc = "0.2.92"
tokio = { version = "1", features = ["macros"] }
log = "0.4.0"
tracing = "0.1"
tracing-subscriber = "0.2.17"