feat: init
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user