Add trending example.

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

View file

@ -12,3 +12,7 @@ tokio = {version = "1.5.0", features = ["macros", "rt-multi-thread"]}
[[example]]
name = "channel"
path = "channel.rs"
[[example]]
name = "trending"
path = "trending.rs"