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.
13 lines
365 B
TOML
13 lines
365 B
TOML
[package]
|
|
name = "storage"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "Postgres connection pooling and schema migrations shared by the scroll services"
|
|
|
|
[dependencies]
|
|
sqlx = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tokio = { workspace = true }
|