puffball/puffball-pathfinder/Cargo.toml
2023-04-09 18:58:16 +02:00

14 lines
352 B
TOML

[package]
name = "puffball-pathfinder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.0"
actix-web = { version = "4.3.1", features = ["rustls"] }
cargo-rt = "0.1.0"
futures = "0.3.28"
tokio = { version = "1.27.0", features = ["full"] }