HDRezcord/app/Cargo.toml
2025-03-21 08:23:35 +03:00

11 lines
353 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"] }
serde_json = "1.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }