2021-04-23 00:50:23 +02:00
|
|
|
[package]
|
2021-04-24 01:03:45 +02:00
|
|
|
name = "mention_2_mail"
|
2021-04-23 00:50:23 +02:00
|
|
|
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]
|
2021-04-24 01:03:45 +02:00
|
|
|
futures = "0.3.14"
|
2021-04-23 00:50:23 +02:00
|
|
|
irc = "0.15.0"
|
|
|
|
lettre = "0.9.5"
|
2021-04-24 01:03:45 +02:00
|
|
|
tokio = { version = "1.5.0", features = ["full"] }
|