[package] name = "shared-containerd-configs" version = "0.1.0" authors = ["Tom Kirchner "] license = "Apache-2.0 OR MIT" edition = "2018" publish = false # Don't rebuild crate just because of changes to README. exclude = ["README.md"] [dependencies] lazy_static = "1.4" migration-helpers = { path = "../../../migration-helpers" } serde_json = "1.0"