mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +01:00
Update README.md
This commit is contained in:
parent
f1f2b5fcd0
commit
5e8f633e80
1 changed files with 5 additions and 1 deletions
|
@ -76,9 +76,13 @@ $ rustup override set nightly
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
teloxide = "0.2.0"
|
teloxide = "0.2.0"
|
||||||
|
teloxide-macros = "0.3.2"
|
||||||
|
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
tokio = "0.2.11"
|
|
||||||
pretty_env_logger = "0.4.0"
|
pretty_env_logger = "0.4.0"
|
||||||
|
|
||||||
|
tokio = "0.2.11"
|
||||||
|
futures = "0.3.5"
|
||||||
```
|
```
|
||||||
|
|
||||||
## API overview
|
## API overview
|
||||||
|
|
Loading…
Add table
Reference in a new issue