[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"] }