mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-21 19:33:10 +00:00
default-features not default_features
This commit is contained in:
parent
cd33520bd6
commit
9f43d66731
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ default-run = "awesome-rust"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pulldown-cmark = "0.8"
|
pulldown-cmark = "0.8"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
reqwest = { version="0.11", default_features=false, features=["rustls-tls", "json"] }
|
reqwest = { version="0.11", default-features=false, features=["rustls-tls", "json"] }
|
||||||
tokio = {version = "1", features = ["macros", "rt", "rt-multi-thread", "time"] }
|
tokio = {version = "1", features = ["macros", "rt", "rt-multi-thread", "time"] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_yaml = "0.8"
|
serde_yaml = "0.8"
|
||||||
|
|
Loading…
Reference in a new issue