mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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
|
||||
[dependencies]
|
||||
teloxide = "0.2.0"
|
||||
teloxide-macros = "0.3.2"
|
||||
|
||||
log = "0.4.8"
|
||||
tokio = "0.2.11"
|
||||
pretty_env_logger = "0.4.0"
|
||||
|
||||
tokio = "0.2.11"
|
||||
futures = "0.3.5"
|
||||
```
|
||||
|
||||
## API overview
|
||||
|
|
Loading…
Reference in a new issue