haunter/Cargo.toml

17 lines
315 B
TOML
Raw Normal View History

2022-09-23 23:56:04 +00:00
[package]
name = "haunter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-09-24 22:41:00 +00:00
ansi-to-html = "0.1"
chrono = "0.4"
inotify = "0.10"
2022-09-24 22:41:00 +00:00
prettydiff = "0.6"
rss = "2"
scraper = "0.13"
2022-09-24 22:41:00 +00:00
tempfile = "3"
thirtyfour_sync = "0.27"