Artifact e845cee06c2a05c356fc750b41ec174c6e26ba64c76a90db344397d8ffecf1e1:
- File Cargo.toml — part of check-in [31aec3c4b0] at 2024-05-23 14:00:03 on branch trunk — add more logging, actually send attachments as replies to the email (user: arcade, size: 466) [annotate] [blame] [check-ins using]
[package] name = "smtp2tg" version = "0.1.0" authors = [ "arcade" ] edition = "2021" [dependencies] anyhow = "*" async-std = { version = "*", features = [ "tokio1" ] } config = { version = "*", default-features = false, features = [ "toml" ] } env_logger = "*" telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" } mail-parser = { version = "*", features = ["serde", "serde_support"] } samotop = "*" [profile.release] lto = true codegen-units = 1