diff options
Diffstat (limited to 'futures/src/lib.rs')
-rw-r--r-- | futures/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/futures/src/lib.rs b/futures/src/lib.rs index 657aab37..01cf5c89 100644 --- a/futures/src/lib.rs +++ b/futures/src/lib.rs @@ -10,6 +10,7 @@ pub use futures; +mod command; mod runtime; pub mod executor; @@ -34,6 +35,7 @@ pub mod subscription; )] pub mod time; +pub use command::Command; pub use executor::Executor; pub use runtime::Runtime; pub use subscription::Subscription; |