This commit is contained in:
JMARyA 2024-04-09 14:30:10 +02:00
commit 8dd8bc8033
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 2223 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "mirrord"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-files = "0.6.5"
actix-web = "4.5.1"
env_logger = "0.11.3"
reqwest = "0.12.3"
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.12"