diff options
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1a584d84..07020e67 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -15,6 +15,7 @@ clap = "*" error-chain = "0.11" uuid = "0.5" log = "*" +data-encoding = "2.1" # API server chrono = { version = "0.4", features = ["serde"] } |