Add files via upload

This commit is contained in:
Galileo 2023-01-30 00:39:01 -06:00 committed by GitHub
parent 9075a54b0d
commit 735c996f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[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"