From d9bfc97b599af4e4e96ae403df8287a533223e32 Mon Sep 17 00:00:00 2001 From: Felix Kaaman Date: Fri, 21 Feb 2020 23:24:55 +0200 Subject: Add seeking to audio player Adds a new "!seek" command which takes in a string that will be parsed by humantime in addition to a '+' or '-' character that can be prefixed to determine if it is a relative seek. Without any prefix characters the seek will be absolute. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 34726ff..7f7aeb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ log = "0.4.8" log4rs = "0.9" toml = "0.5.5" structopt = "0.2" +humantime = "2.0" tokio = "0.1" tokio-process = "0.2.4" -- cgit v1.2.3-70-g09d2