init
This commit is contained in:
parent
27b2c98b90
commit
4083dccd17
3 changed files with 121 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue