Files
Genarrative/server-rs/crates/module-runtime-story/Cargo.toml

12 lines
300 B
TOML

[package]
name = "module-runtime-story"
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"] }