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