[package] name = "shared-kernel" edition.workspace = true version.workspace = true license.workspace = true [dependencies] time = { workspace = true, features = ["formatting", "parsing"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { workspace = true, features = ["v4"] }