1 2 3 4 5 6 7 8 9 10 11
[dependencies.serde] features = ["derive"] version = "1.0" [package] authors = ["Kilerd <blove694@gmail.com>"] description = "yet another async telegram bot framework" edition = "2018" license = "MIT" name = "telegram_typing_bot" version = "0.1.0"