initial commit

This commit is contained in:
2019-11-15 12:09:00 +01:00
commit 6365616386
4 changed files with 1803 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "sarcastifybot"
version = "0.1.0"
authors = ["Jur van den Berg <Jurl.berg@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
dotenv = "0.15.0"
tokio = "^0.2.0-alpha.6"
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }