mirror of
https://github.com/FutaGuard/LowTechFilter.git
synced 2025-06-21 05:21:02 +08:00
18 lines
394 B
TOML
18 lines
394 B
TOML
[package]
|
|
name = "AutoBuild"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fancy-regex = "0.10.0"
|
|
reqwest = { version = "0.11.11", features = ["blocking", "json"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
time = "0.3.14"
|
|
chrono = "0.4.22"
|
|
|
|
[[bin]]
|
|
name = "AutoBuild"
|
|
path = "main.rs"
|