Differences From Artifact [b085dca268]:
- File Cargo.toml — part of check-in [14ef340959] at 2026-01-01 08:47:31 on branch trunk — add proper tokio runtime, clean up junk about short headers, add api_gateway support (user: arcade, size: 524) [annotate] [blame] [check-ins using]
To Artifact [f7be24f9e9]:
- File Cargo.toml — part of check-in [8ea7b79fca] at 2026-01-02 06:38:43 on branch trunk — getting rid of direct tokio dependancy properly (user: arcade, size: 466) [annotate] [blame] [check-ins using]
| ︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 | - |
lazy_static = "1.5.0"
mail-parser = { version = "0.11", features = ["serde"] }
mailin-embedded = "^0"
regex = "1.11.1"
smol = "2.0.2"
stacked_errors = "0.7.1"
tgbot = "0.40"
|