mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Remove commented dependencies in Cargo.toml
This commit is contained in:
parent
4af32d21eb
commit
ce40f04ebd
1 changed files with 0 additions and 2 deletions
|
@ -58,14 +58,12 @@ full = [
|
|||
|
||||
[dependencies]
|
||||
teloxide-core = { version = "0.7.0", default-features = false }
|
||||
#teloxide-core = { git = "https://github.com/teloxide/teloxide-core", rev = "b13393d", default-features = false }
|
||||
teloxide-macros = { version = "0.6.2", optional = true }
|
||||
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
dptree = "0.3.0"
|
||||
#dptree = { git = "https://github.com/teloxide/dptree.git", rev = "df578e4" }
|
||||
|
||||
tokio = { version = "1.8", features = ["fs"] }
|
||||
tokio-util = "0.7"
|
||||
|
|
Loading…
Reference in a new issue