mirrord/Cargo.toml

16 lines
279 B
TOML
Raw Normal View History

2024-04-09 14:30:10 +02:00
[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"
2024-04-10 10:24:56 +02:00
log = "0.4.21"
2024-04-12 08:33:17 +02:00
rand = "0.8.5"
2024-04-10 10:24:56 +02:00
regex = "1.10.4"
2024-04-09 14:30:10 +02:00
reqwest = "0.12.3"
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.12"