Lines of
Cargo.toml
from check-in 31aec3c4b0
that are changed by the sequence of edits moving toward
check-in f4cad2a5c0:
1: [package]
2: name = "smtp2tg"
31aec3c4b0 2024-05-23 3: version = "0.1.0"
4: authors = [ "arcade" ]
5: edition = "2021"
6:
7: [dependencies]
8: anyhow = "*"
9: async-std = { version = "*", features = [ "tokio1" ] }
10: config = { version = "*", default-features = false, features = [ "toml" ] }
11: env_logger = "*"
31aec3c4b0 2024-05-23 12: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
13: mail-parser = { version = "*", features = ["serde", "serde_support"] }
14: samotop = "*"
15:
16: [profile.release]
17: lto = true
18: codegen-units = 1