[package] name = "bootstrap-containers" version = "0.1.0" authors = ["Arnaldo Garcia Rincon "] license = "Apache-2.0 OR MIT" edition = "2021" publish = false build = "build.rs" # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] apiclient = { path = "../apiclient", version = "0.1" } constants = { path = "../../constants", version = "0.1" } datastore = { path = "../datastore", version = "0.1" } base64 = "0.13" log = "0.4" models = { path = "../../models", version = "0.1" } serde_json = "1" simplelog = "0.12" snafu = "0.7" tokio = { version = "~1.25", default-features = false, features = ["macros", "rt-multi-thread"] } # LTS [build-dependencies] generate-readme = { version = "0.1", path = "../../generate-readme" }