Actually save things! Yay!

This commit is contained in:
2023-03-19 22:59:11 +01:00
parent 703c133149
commit 3f2f4fa733
9 changed files with 926 additions and 44 deletions

View File

@@ -4,19 +4,32 @@ version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev.package.sqlx-macros]
opt-level = 3
[dependencies]
anyhow = "1.0.70"
axum = "0.6.9"
axum-macros = "0.3.6"
base64 = "0.21.0"
dotenvy = "0.15.6"
ed25519-dalek = "2.0.0-pre.0"
hex = "0.4.3"
serde = "1.0.152"
serde_json = "1.0.93"
sqlx = { version = "0.6.2", features = [
"offline",
"postgres",
"runtime-tokio-native-tls",
"time",
"uuid"
]}
time = "0.3.20"
tokio = { version = "1.26.0", features = ["full"] }
twilight-http = "0.15.1"
twilight-interactions = "0.15.0"
twilight-mention = "0.15.1"
twilight-model = "0.15.1"
twilight-util = { version = "0.15.1", features = ["builder"] }
ureq = { version = "2.6.2", features = ["json"] }
uuid = "1.3.0"