init
This commit is contained in:
commit
8dd8bc8033
8 changed files with 2223 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue