[package] name = "asml-iomod-registry-common" version = "0.1.4" description = "Common code for the AssemblyLift IOmod Registry" edition = "2018" repository = "https://github.com/akkoro/assemblylift-iomod-registry" readme = "README.md" license-file = "LICENSE.md" [dependencies] serde = { version = "1.0", features = ["derive"] } asml_iomod_dynamodb = { version = "0.1", package = "assemblylift-iomod-dynamodb-guest" }