Initial commit
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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 = "*"
|
||||
Reference in New Issue
Block a user