Add files via upload
This commit is contained in:
parent
9075a54b0d
commit
735c996f58
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user