[package] name = "walls-bot-rs" version = "0.1.0" authors = ["Harsh Shandilya "] edition = "2018" license = "MIT/Apache-2.0" description = "Telegram bot that scans a local filesystem for images and sends them to Telegram when commands are issued." keywords = ["telegram", "bot"] repository = "https://github.com/msfjarvis/walls-bot-rs" homepage = "https://github.com/msfjarvis/walls-bot-rs" readme = "README.md" [dependencies] teloxide = "0.1.0" futures = "0.3.4" tokio = "0.2.11" log = "0.4.8" pretty_env_logger = "0.4.0" rand = "0.7.3" lazy_static = "1.4.0" walkdir = "2.3.1"