12 lines
291 B
TOML
12 lines
291 B
TOML
[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"] }
|