mirror of
https://github.com/TeamPiped/piped-rust-sdk.git
synced 2024-08-14 23:56:06 +00:00
Add playlist example.
This commit is contained in:
parent
b5964484ca
commit
ed6b94dc2d
3 changed files with 27 additions and 2 deletions
|
@ -13,6 +13,10 @@ tokio = {version = "1.5.0", features = ["macros", "rt-multi-thread"]}
|
|||
name = "channel"
|
||||
path = "channel.rs"
|
||||
|
||||
[[example]]
|
||||
name = "playlist"
|
||||
path = "playlist.rs"
|
||||
|
||||
[[example]]
|
||||
name = "trending"
|
||||
path = "trending.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue