mirror of
https://github.com/YGGverse/yps.git
synced 2026-03-31 17:05:30 +00:00
update debug format, skip crawled keys in queue, update crate version
This commit is contained in:
parent
e9ec035f8e
commit
6c23a2c8e2
3 changed files with 61 additions and 49 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "yps"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
@ -12,5 +12,6 @@ repository = "https://github.com/YGGverse/yps"
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
colored = "3.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue