re-export crates used by error macros
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f7ce4db0b0
commit
a5de27442a
2 changed files with 18 additions and 15 deletions
|
@ -11,7 +11,10 @@ pub mod result;
|
|||
pub mod server;
|
||||
pub mod utils;
|
||||
|
||||
pub use ::http;
|
||||
pub use ::ruma;
|
||||
pub use ::toml;
|
||||
pub use ::tracing;
|
||||
pub use config::Config;
|
||||
pub use error::Error;
|
||||
pub use info::{rustc_flags_capture, version, version::version};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue