diff options
author | syn <isaqtm@gmail.com> | 2020-02-14 14:21:17 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-02-14 14:21:17 +0300 |
commit | 73e7e264cc996c42510d9c8e774dd46cfc160a74 (patch) | |
tree | 9416ff130da63809d0205b599a3e3ba3cf40e569 /src/main.rs | |
parent | 3da19e8603c00c02ec7e24ea8910a7c386b09018 (diff) | |
download | evr-73e7e264cc996c42510d9c8e774dd46cfc160a74.tar.gz |
deserialize duration from floats
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 4eeb298..1bb683b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,7 @@ use std::io::prelude::*; mod conf; mod backends; mod wait; +mod serde_duration; fn main() { let matches = App::new("evr") |