Initial commit

This commit is contained in:
2021-07-28 11:11:04 +02:00
commit 3d92f3192b
6 changed files with 1983 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "amplifier-bot"
version = "0.1.0"
edition = "2018"
[dependencies]
log = "*"
ogg-opus = "*"
pretty_env_logger = "*"
reqwest = {version="*", features=["blocking"]}
serde = "*"
serde_json = "*"
telegram-bot = "*"
thiserror = "*"
tokio = {version="^0.2", features=["macros"]}
tokio-stream = "*"