16 lines
372 B
TOML
16 lines
372 B
TOML
[package]
|
|
name = "mention_2_mail"
|
|
version = "0.2.1"
|
|
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"
|
|
lettre_email = "0.9"
|
|
native-tls = "0.2"
|
|
toml = "0.5"
|
|
|