feat: init

This commit is contained in:
2024-04-19 13:29:30 -05:00
commit 127cb4c76d
4 changed files with 3300 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "okthief"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
image = { version = "0.25.1", features = ["rayon"] }
ok-picker = "0.0.3"
rayon = "1.10.0"
serde_json = "1.0.116"