blob: b8b9e9ea7ecf75d1fdeb308aafb26a24b2317a92 [file] [log] [blame]
extern crate tokio_postgres;
mod adapter;
mod error;
#[macro_use]
mod models;
mod actions;
pub use casbin;
pub use adapter::TokioPostgresAdapter;
pub use error::Error;