Mention2Mail/Cargo.toml

14 lines
312 B
TOML

[package]
name = "mention_2_mail"
version = "0.1.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]
futures = "0.3"
irc-proto = "0.15"
lettre = "0.9"
toml = "0.5"
native-tls = "0.2"