pinakes/crates/pinakes-migrations/Cargo.toml
NotAShelf 011e8edb28
pinakes-core: remove extracted modules; trim to storage/scan/scheduler domain
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibdce07d2626c1a9541eeed26a17716b46a6a6964
2026-05-24 14:25:55 +03:00

15 lines
315 B
TOML

[package]
name = "pinakes-migrations"
edition.workspace = true
version.workspace = true
license.workspace = true
publish = false
[dependencies]
rusqlite = { workspace = true }
tokio-postgres = { workspace = true }
rusqlite_migration = { workspace = true }
refinery = { workspace = true }
[lints]
workspace = true