forum_notifier/Cargo.toml
author unC0Rr
Sun, 07 Apr 2019 23:20:41 +0200
changeset 0 5696442fee1c
permissions -rw-r--r--
Add new forum topics notificator
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"