[package] name = "pki-affected-services" version = "0.1.0" authors = ["Arnaldo Garcia Rincon "] license = "Apache-2.0 OR MIT" edition = "2018" publish = false build = "build.rs" # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] migration-helpers = { path = "../../../migration-helpers", version = "0.1.0" } [build-dependencies] bottlerocket-variant = { version = "0.1", path = "../../../../../bottlerocket-variant" }