activityfuck/Cargo.toml

13 lines
271 B
TOML
Raw Permalink Normal View History

2023-05-23 00:19:24 +00:00
[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"