update error handle, change version

This commit is contained in:
yggverse 2025-09-03 09:06:23 +03:00
parent 502a099103
commit 27a418e256
6 changed files with 46 additions and 81 deletions

View file

@ -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"