[package] name = "k8s-private-pki-path" version = "0.1.0" authors = ["Sean McGinnis "] license = "Apache-2.0 OR MIT" edition = "2021" publish = false # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] migration-helpers = { path = "../../../migration-helpers", version = "0.1.0"} serde_json = "1.0"