mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 09:05:29 +00:00
update error handle, change version
This commit is contained in:
parent
502a099103
commit
27a418e256
6 changed files with 46 additions and 81 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pulsarss"
|
||||
version = "0.1.5"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
@ -10,7 +10,10 @@ categories = ["command-line-utilities", "parsing", "text-processing", "value-for
|
|||
repository = "https://github.com/YGGverse/pulsarss"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
chrono = "0.4.39"
|
||||
clap = { version = "4.5.28", features = ["derive"] }
|
||||
reqwest = { version = "0.12.12", features = ["blocking"] }
|
||||
rss = "2.0.11"
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
log = "0.4"
|
||||
reqwest = { version = "0.12", features = ["blocking"] }
|
||||
rss = "2.0"
|
||||
tracing-subscriber = "0.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue