Add random Device ID generation

This commit is contained in:
fokinv 2016-05-31 16:18:28 +02:00 committed by Attila Dusnoki
parent b11648903b
commit 69dc199528
5 changed files with 30 additions and 3 deletions

View file

@ -28,6 +28,7 @@ openssl = "0.7.6"
openssl-verify = "0.1"
plugins = {path = "../plugins"}
profile_traits = {path = "../profile_traits"}
rand = "0.3"
rustc-serialize = "0.3"
threadpool = "1.0"
time = "0.1.17"