From 23aed088f7e31d26ddcc6996a1fb355d9075e7cb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 2 Sep 2019 14:47:38 -0400 Subject: give sessions an id --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6e1fbaf..d6777eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ futures = "0.1" mio = "0.6" snafu = { version = "0.4", features = ["futures-01"] } tokio = "0.1" +uuid = { version = "0.7", features = ["v4"] } -- cgit v1.2.3-54-g00ecf