[package] name = "bitblend" version = "0.2.0" edition = "2021" description = "A little tool for setup and management of Yocto/BitBake sources and configurations." repository = "https://gitlab.com/pumpkin-space-systems/public/bitblend" license = "MIT" keywords = ["yocto", "bitbake"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.38" clap = { version = "4.1.8", features = ["derive"] } flexi_logger = "0.25.3" git2 = { version = "0.13", features = ["vendored-libgit2", "vendored-openssl"] } indexmap = { version = "2.2.6", features = ["serde"] } log = "0.4.17" rpassword = "7.3.1" serde = { version = "1.0.153", features = ["derive"] } thiserror = "1.0.39" toml = "0.7.2"