Artifact 9b78cfa8981d6d172991094a1805b5a08a595be7f57c67d4749e7423cd0ba482:
- File Cargo.toml — part of check-in [61238a3618] at 2024-05-22 13:00:06 on branch trunk — well, it kindda works... (user: arcade, size: 449) [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" ] } 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