23 lines
607 B
TOML
23 lines
607 B
TOML
[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"] }
|