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