harasho/Cargo.toml

18 lines
430 B
TOML
Raw Normal View History

2023-01-30 06:39:01 +00:00
[package]
name = "harasho"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-26 02:59:30 +00:00
actix-tls = "3.0.3"
actix-web = {version = "4.3.0", features = ["rustls","openssl"]}
env_logger = "0.10.0"
2023-05-26 01:39:09 +00:00
log = "0.4.17"
2023-01-31 04:48:43 +00:00
mime = "0.3.16"
2023-05-26 02:59:30 +00:00
openssl = "0.10.52"
2023-01-30 06:39:01 +00:00
rustls = "0.20.8"
rustls-pemfile = "1.0.2"
2023-01-30 23:51:31 +00:00
serde = {version = "1.0.152", features = ["derive"]}