12 lines
297 B
TOML
12 lines
297 B
TOML
[package]
|
|
name = "module-runtime-story"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde_json = { workspace = true }
|
|
shared-contracts = { workspace = true }
|
|
shared-kernel = { workspace = true }
|
|
time = { workspace = true, features = ["formatting"] }
|