18 lines
378 B
TOML
18 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
|