Mention2Mail/Cargo.toml

17 lines
372 B
TOML
Raw Normal View History

[package]
2021-04-24 01:03:45 +02:00
name = "mention_2_mail"
2021-05-23 22:45:30 +02:00
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]
2021-04-27 01:25:02 +02:00
irc-proto = "0.15"
2021-04-27 23:27:16 +02:00
irc_stream = { path = "irc-stream", version = "0.1" }
2021-04-27 01:25:02 +02:00
lettre = "0.9"
2021-06-09 21:53:30 +02:00
lettre_email = "0.9"
2021-04-27 01:25:02 +02:00
native-tls = "0.2"
2021-04-27 23:27:16 +02:00
toml = "0.5"