stillbox/Cargo.toml

18 lines
378 B
TOML
Raw Normal View History

2024-01-15 11:38:22 -05:00
[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