activityfuck/Cargo.toml
2023-05-23 02:19:24 +02:00

12 lines
271 B
TOML

[package]
name = "actest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ractor = "0.8"
tokio = { version = "1", features = [ "full" ]}
async-trait = "0.1"
axum = "0.6"