mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
36 lines
973 B
TOML
36 lines
973 B
TOML
[package]
|
|
name = "premium"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
pluralkit_models = { path = "../models" }
|
|
pk_macros = { path = "../macros" }
|
|
libpk = { path = "../libpk" }
|
|
api = { path = "../api" }
|
|
|
|
anyhow = { workspace = true }
|
|
axum = { workspace = true }
|
|
chrono = { workspace = true }
|
|
axum-extra = { workspace = true }
|
|
fred = { workspace = true }
|
|
lazy_static = { workspace = true }
|
|
metrics = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
sea-query = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tower-http = { workspace = true }
|
|
tracing = { workspace = true }
|
|
twilight-http = { workspace = true }
|
|
|
|
askama = "0.14.0"
|
|
postmark = { version = "0.11", features = ["reqwest"] }
|
|
rand = "0.8"
|
|
thiserror = "1.0"
|
|
hex = "0.4"
|
|
paddle-rust-sdk = { version = "0.16.0", default-features = false, features = ["rustls-native-roots"] }
|
|
serde_urlencoded = "0.7"
|
|
time = "0.3"
|