hit-counter-rs/Cargo.toml

14 lines
278 B
TOML
Raw Permalink Normal View History

2024-03-24 09:08:47 -07:00
[package]
name = "hit-counter-rs"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4"
actix-files = "0.6.5"
env_logger = "0.11.3"
log = "0.4"
async-stream = "0.3.5"