mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 14:57:01 +00:00
some fixes for database support
This commit is contained in:
parent
73457f2fda
commit
876da721f8
2 changed files with 43 additions and 14 deletions
|
@ -122,8 +122,12 @@ pub use gotham_restful_derive::*;
|
|||
#[doc(hidden)]
|
||||
pub mod export
|
||||
{
|
||||
pub use futures::future::Future;
|
||||
pub use gotham::state::FromState;
|
||||
|
||||
#[cfg(feature = "database")]
|
||||
pub use gotham_middleware_diesel::Repo;
|
||||
|
||||
#[cfg(feature = "openapi")]
|
||||
pub use indexmap::IndexMap;
|
||||
#[cfg(feature = "openapi")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue