forum_notifier/Cargo.toml
author unc0rr
Sun, 05 May 2019 00:06:52 +0200
changeset 1 52bbcfcbd850
parent 0 5696442fee1c
permissions -rw-r--r--
- Add check for skipped page ids - Silence spam with repeated author/title pair
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     1
[package]
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     2
name = "forum_notifier"
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     3
version = "0.1.0"
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     4
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     5
edition = "2018"
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     6
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     7
[dependencies]
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     8
curl = "0.4.20"
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
     9
log = "0.4.6"
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
    10
stderrlog = "0.4.1"
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
    11
scraper = "0.9.2"
5696442fee1c Add new forum topics notificator
unC0Rr
parents:
diff changeset
    12
dbus = "0.6.4"