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

@ -33,6 +33,7 @@ extern crate net_traits;
extern crate openssl;
extern crate openssl_verify;
extern crate profile_traits;
extern crate rand;
extern crate rustc_serialize;
extern crate threadpool;
extern crate time;