mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
12 lines
227 B
TOML
12 lines
227 B
TOML
[package]
|
|
name = "migrate"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libpk = { path = "../libpk" }
|
|
|
|
anyhow = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|