M4 runtime story Rust migration wrap-up
This commit is contained in:
11
server-rs/crates/module-runtime-story-compat/Cargo.toml
Normal file
11
server-rs/crates/module-runtime-story-compat/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user