harasho/Cargo.toml

13 lines
327 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]
actix-web = {version = "4.3.0", features = ["rustls"]}
rustls = "0.20.8"
rustls-pemfile = "1.0.2"
2023-01-30 23:51:31 +00:00
serde = {version = "1.0.152", features = ["derive"]}