fix: update git repo links
This commit is contained in:
parent
d74625e2b3
commit
25f39d8c9b
4 changed files with 373 additions and 219 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -6,17 +6,17 @@ description = "A terminal based feed checker."
|
|||
authors = ["Troy Lusty <hello@troylusty.com>"]
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.40"
|
||||
clap = { version = "4.5.31", features = ["derive"] }
|
||||
reqwest = "0.12.12"
|
||||
chrono = "0.4.41"
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
reqwest = "0.12.15"
|
||||
rss = "2.0.12"
|
||||
serde = { version = "1.0.218", features = ["derive"] }
|
||||
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "0.8.20"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }
|
||||
toml = "0.8.22"
|
||||
xdg = "2.5.2"
|
||||
futures = "0.3.31"
|
||||
indicatif = "0.17.11"
|
||||
anyhow = "1.0.97"
|
||||
anyhow = "1.0.98"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue