Add sync feautre to tokio
This commit is contained in:
parent
34778ae928
commit
898e10f040
@ -16,7 +16,7 @@ warp = { version = "^0.3", default-features = false, features = ["compression",
|
|||||||
structopt = { version = "^0.3", features = ["wrap_help"] }
|
structopt = { version = "^0.3", features = ["wrap_help"] }
|
||||||
toml = "^0.5"
|
toml = "^0.5"
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
serde = { version = "^1.0", features = ["derive"] }
|
||||||
tokio = { version = "^1.0", features = ["rt-multi-thread", "macros", ] }
|
tokio = { version = "^1.0", features = ["rt-multi-thread", "macros", "sync"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sqlite"]
|
default = ["sqlite"]
|
||||||
|
Loading…
Reference in New Issue
Block a user