reexport uuid crate

This commit is contained in:
Martin Dahl 2021-07-26 21:44:13 +02:00
parent f06f1ddde3
commit c02a54b8c6
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ use futures::future::TryFutureExt;
use futures::stream::{Stream, StreamExt};
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 msg_gen::*;
use rcl::*;