diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-10 19:11:29 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-10 19:11:29 +0000 |
commit | b58a38e8a2ec2598dadc6248100735ca46fd7b8f (patch) | |
tree | cebea99c566628b82ec22c187998d931f7b80b8b /Cargo.toml | |
parent | 9dd87f39a25c4fd719fd73530ff4a17ff0197808 (diff) |
Add video endpoint
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ tokio = "0.1.13" dotenv = "0.13.0" serde = "1.0.81" serde_json = "1.0.33" +serde_derive = "1.0.81" |