This commit is contained in:
14
server-rs/crates/module-custom-world/Cargo.toml
Normal file
14
server-rs/crates/module-custom-world/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "module-custom-world"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
spacetime-types = ["dep:spacetimedb"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
spacetimedb = { workspace = true, optional = true }
|
||||
Reference in New Issue
Block a user