diff --git a/src/papi/mod.rs b/src/papi/mod.rs index c4566ae..4bc9288 100644 --- a/src/papi/mod.rs +++ b/src/papi/mod.rs @@ -1,2 +1,4 @@ +#[deprecated(note="please use the upcoming api instead of this")] pub mod user; -pub mod login; \ No newline at end of file +#[deprecated(note="please use the upcoming api instead of this")] +pub mod login;