1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-10-30 12:16:08 -04:00
rust/Cargo.toml

14 lines
312 B
TOML
Raw Normal View History

[package]
name = "awesome-rust"
version = "0.1.0"
authors = []
2020-01-10 18:07:36 -05:00
edition = "2018"
[dependencies]
2020-01-10 18:07:36 -05:00
pulldown-cmark = "0.6"
futures = "0.3"
reqwest = "0.10"
tokio = {version = "0.2", features = ["macros", "rt-core", "rt-threaded"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
anyhow = "1.0"