Thelie
3d6a006f19
The bot can now send emails! Reviewed-on: http://gitea.chaostreff-alzey.de/Thelie/Mention2Mail/pulls/2 Co-authored-by: Thelie <git.daniel@mowitz.rocks> Co-committed-by: Thelie <git.daniel@mowitz.rocks>
15 lines
351 B
TOML
15 lines
351 B
TOML
[package]
|
|
name = "mention_2_mail"
|
|
version = "0.2.0"
|
|
authors = ["Thelie <git.daniel@mowitz.rocks>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
irc-proto = "0.15"
|
|
irc_stream = { path = "irc-stream", version = "0.1" }
|
|
lettre = "0.9"
|
|
native-tls = "0.2"
|
|
toml = "0.5"
|
|
|