mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Leave teloxide-core
and dptree
as GitHub deps (dev)
This commit is contained in:
parent
d9a7c265f9
commit
d6d819afb8
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ serde = { version = "1.0", features = ["derive"] }
|
|||
|
||||
dptree = "0.3.0"
|
||||
|
||||
# These lines are used only for development.
|
||||
# teloxide-core = { git = "https://github.com/teloxide/teloxide-core", rev = "b13393d", default-features = false }
|
||||
# dptree = { git = "https://github.com/teloxide/dptree", rev = "df578e4" }
|
||||
|
||||
tokio = { version = "1.8", features = ["fs"] }
|
||||
tokio-util = "0.7"
|
||||
tokio-stream = "0.1.8"
|
||||
|
|
Loading…
Reference in a new issue