diff options
author | David Blajda <blajda@hotmail.com> | 2018-12-11 19:42:09 +0000 |
---|---|---|
committer | David Blajda <blajda@hotmail.com> | 2018-12-11 19:42:09 +0000 |
commit | 0e41bde5b8fca4451e7e39f9fdd4636f408850bb (patch) | |
tree | 2007b111ded4c5a1a831fd7c5aeb0d85c3e96c4c /Cargo.toml | |
parent | 7e60a4edcef897c3810fb4ae0564228fe853bf00 (diff) |
Make all fields public
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "twitch_api" -version = "0.0.2" +version = "0.0.21" authors = ["David Blajda <blajda@hotmail.com>"] edition = "2018" @@ -12,3 +12,4 @@ dotenv = "0.13.0" serde = "1.0.81" serde_json = "1.0.33" serde_derive = "1.0.81" +chrono = "0.4.6" |