diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-02-15 22:59:40 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-02-15 22:59:40 -0500 |
| commit | 61042c26faee164b51dda27561c9b67b34af8d9a (patch) | |
| tree | 8d7cd258aab586c723a0690d95b5d0ed2bb88a56 /Cargo.toml | |
| parent | 6ad374d089d917cba53a76a40f9fb9bc5793ceb2 (diff) | |
initial implementation of video start/end times
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -15,16 +15,19 @@ url = "1.7.2" dotenv = "0.13.0" dotenv_codegen = "0.11.0" chrono = "0.4.6" +time = "0.1.42" fern = { version = "0.5.7", features = ["colored"] } diesel = { version = "1.3.3", features = ["postgres", "chrono", "r2d2"], optional = true } ctrlc = { version = "3.1.1", features = ["termination"] } -rand = "0.6.1" -either = "1.5.0" -reqwest = "0.9.5" +rand = "~0.6" +either = "~1.5" +reqwest = "^0.9" sha1 = { version = "0.6.0", features = ["std"] } mime_guess = "1.8.6" regex = "1.1.0" clap = "2.32.0" +itertools = "0.8.0" +serde_json = "~1.0" [dependencies.serenity] default-features = false |
