Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ibdce07d2626c1a9541eeed26a17716b46a6a6964
15 lines
315 B
TOML
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
|