mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-08 13:34:09 +02:00
14 lines
312 B
TOML
14 lines
312 B
TOML
[package]
|
|
name = "awesome-rust"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
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" |