Add playlist example.

This commit is contained in:
FireMasterK 2021-04-29 22:11:32 +05:30
parent b5964484ca
commit ed6b94dc2d
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58
3 changed files with 27 additions and 2 deletions

View file

@ -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"