Mention2Mail/Cargo.toml
2021-06-09 23:26:06 +02:00

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"