piped-rust-sdk/examples/Cargo.toml

39 lines
605 B
TOML
Raw Normal View History

2021-04-29 15:26:18 +00:00
[package]
edition = "2018"
name = "examples"
publish = false
version = "0.0.0"
[dev-dependencies]
piped = {path = "../piped"}
2021-10-04 11:55:06 +00:00
reqwest = "0.11.4"
tokio = {version = "1.12.0", features = ["macros", "rt-multi-thread"]}
2021-04-29 15:26:18 +00:00
[[example]]
name = "channel"
path = "channel.rs"
2021-04-29 16:34:00 +00:00
2021-04-29 16:41:32 +00:00
[[example]]
name = "playlist"
path = "playlist.rs"
2021-04-29 16:34:00 +00:00
[[example]]
name = "trending"
path = "trending.rs"
2021-04-30 06:09:32 +00:00
[[example]]
name = "video"
path = "video.rs"
2021-04-30 06:26:27 +00:00
[[example]]
name = "search_suggestions"
path = "search_suggestions.rs"
2021-04-30 06:43:51 +00:00
[[example]]
name = "search_channel"
path = "search_channel.rs"
2021-04-30 06:43:51 +00:00
[[example]]
name = "comments"
path = "comments.rs"