mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Add basic search command
This commit is contained in:
parent
0beaa99bfd
commit
0aa648b1a5
10 changed files with 1352 additions and 702 deletions
|
|
@ -5,14 +5,14 @@ version = "3.0.0-dev.13"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.27", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
tokio = { version = "1.28", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
|
||||
crunchy-cli-core = { path = "./crunchy-cli-core" }
|
||||
|
||||
[build-dependencies]
|
||||
chrono = "0.4"
|
||||
clap = { version = "4.2", features = ["string"] }
|
||||
clap_complete = "4.2"
|
||||
clap = { version = "4.3", features = ["string"] }
|
||||
clap_complete = "4.3"
|
||||
clap_mangen = "0.2"
|
||||
|
||||
crunchy-cli-core = { path = "./crunchy-cli-core" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue