From 4144debb6c0317efcde3c97fc6d8b369c6530b6d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 20 Jul 2018 13:34:33 -0700 Subject: entity ident (fcid) UUID helpers Could perhaps implement these as impl methods on the uuid::Uuid struct instead? --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/Cargo.toml') 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"] } -- cgit v1.2.3