Initial commit

This commit is contained in:
2023-03-03 16:36:21 +01:00
commit 703c133149
5 changed files with 1855 additions and 0 deletions

22
Cargo.toml Normal file
View File

@@ -0,0 +1,22 @@
[package]
name = "god-replacement-product"
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
[dependencies]
axum = "0.6.9"
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"
tokio = { version = "1.26.0", features = ["full"] }
twilight-http = "0.15.1"
twilight-interactions = "0.15.0"
twilight-model = "0.15.1"
twilight-util = { version = "0.15.1", features = ["builder"] }
ureq = { version = "2.6.2", features = ["json"] }