mirrord/Cargo.toml

16 lines
257 B
TOML
Raw Normal View History

2024-04-09 14:30:10 +02:00
[package]
name = "mirrord"
2024-09-17 15:34:15 +02:00
version = "0.1.1"
2024-04-09 14:30:10 +02:00
edition = "2021"
[dependencies]
2024-09-17 15:34:15 +02:00
actix-files = "0.6"
actix-web = "4.5"
env_logger = "0.11"
log = "0.4"
rand = "0.8"
regex = "1.10"
reqwest = "0.12"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"