chore: rebrand project to crank
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
mod client;
|
||||
mod error;
|
||||
mod model;
|
||||
|
||||
pub use client::RestAdapter;
|
||||
pub use error::RestAdapterError;
|
||||
pub use model::{RestRequest, RestResponse};
|
||||
Reference in New Issue
Block a user