reexport uuid crate
This commit is contained in:
parent
f06f1ddde3
commit
c02a54b8c6
|
|
@ -19,6 +19,10 @@ use futures::future::TryFutureExt;
|
||||||
use futures::stream::{Stream, StreamExt};
|
use futures::stream::{Stream, StreamExt};
|
||||||
use std::future::Future;
|
use std::future::Future;
|
||||||
|
|
||||||
|
// otherwise crates using r2r needs to specify the same version of uuid as
|
||||||
|
// this crate depend on, which seem like bad user experience.
|
||||||
|
pub extern crate uuid;
|
||||||
|
|
||||||
use actions::*;
|
use actions::*;
|
||||||
use msg_gen::*;
|
use msg_gen::*;
|
||||||
use rcl::*;
|
use rcl::*;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue