18 lines
333 B
TOML
18 lines
333 B
TOML
[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]
|
|
ansi-to-html = "0.1"
|
|
chrono = "0.4"
|
|
inotify = "0.10"
|
|
prettydiff = "0.6"
|
|
rss = "2"
|
|
text-diff = "0.4"
|
|
scraper = "0.13"
|
|
tempfile = "3"
|
|
thirtyfour_sync = "0.27"
|