mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
13 lines
227 B
TOML
13 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 }
|