11 lines
284 B
TOML
11 lines
284 B
TOML
[package]
|
|
name = "DiscordRPC-HDRezcord-APP"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
rust-discord-activity = { git = "https://github.com/AmokDev/rust-discord-activity", version = "0.3.1" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tokio = "1.44.1"
|
|
|