stillbox/Cargo.toml
2024-01-15 11:38:22 -05:00

17 lines
378 B
TOML

[package]
name = "stillbox"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
actix.workspace = true
actix-files.workspace = true
actix-web.workspace = true
actix-web-actors.workspace = true
env_logger.workspace = true
log.workspace = true
rand.workspace = true