mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
default-features not default_features
This commit is contained in:
parent
cd33520bd6
commit
9f43d66731
@ -10,7 +10,7 @@ default-run = "awesome-rust"
|
||||
[dependencies]
|
||||
pulldown-cmark = "0.8"
|
||||
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"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.8"
|
||||
|
Loading…
Reference in New Issue
Block a user