moved gen-wallpapers to its own crate, outputing json to stdout
This commit is contained in:
parent
0904feb383
commit
f3a6e1c8a5
6 changed files with 868 additions and 674 deletions
14
crates/gen-wallpapers/Cargo.toml
Normal file
14
crates/gen-wallpapers/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "gen-wallpapers"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
kamadak-exif = "0.5.5"
|
||||
reqwest = { version = "0.11.22", features = ["blocking", "json"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
dms-coordinates = "1.3.0"
|
||||
|
||||
[dev-dependencies]
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue