initial version that works as proxy for hardcoded link

This commit is contained in:
2021-08-24 16:07:22 +02:00
commit d295e50067
4 changed files with 2287 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "ics-proxy"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3"
reqwest = { version = "0.11", features = ["blocking"] }