This commit is contained in:
George 2023-10-27 10:37:45 -04:00
parent 27b2c98b90
commit 4083dccd17
3 changed files with 121 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "find-images"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
shlex = "1.2"
structopt = "0.3"