scroll.server/crates/logic/Cargo.toml
WiseDev ad5a1613e3 move players and accounts into postgres
json stores are gone, they nulled out every data ref on load and wrote the null straight back on save.
shop json and the purchase commands ended up in here too.
2026-08-23 08:40:13 +03:00

13 lines
366 B
TOML

[package]
name = "logic"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Scroll game logic model and wire messages built on top of the titan engine"
[dependencies]
titan = { workspace = true }
logic-derive = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }