feat: initial commit

This commit is contained in:
2024-10-09 09:08:17 +00:00
commit 9a5f1427ad
5 changed files with 190 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "bing-wallpaper-downloader"
version = "1.0.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
winapi = { version = "0.3", features = ["winuser", "winnls"] }
log = "0.4"
flexi_logger = "0.28"
regex = "1.10"