summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2018-12-31 14:38:39 +0100
committerNora <nora.widdecke@tu-bs.de>2018-12-31 14:38:39 +0100
commit507bd58a9a0169ff6867c01565ed1293e525741d (patch)
tree575dfcd1f359f94c62e4378c30b6f91b23a5ff44 /src/lib.rs
parent6ee59e9631c1006bdb5b26d91f35daa2d64f7f30 (diff)
use uuid crate to create a new uid
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1411850..9fbf42b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,6 +28,7 @@ extern crate itertools;
extern crate libc;
extern crate libical_sys as ical;
extern crate stderrlog;
+extern crate uuid;
extern crate yansi;
#[macro_use]