mark PAPI as deprecated

This commit is contained in:
Andrea Toska 2025-04-29 13:53:28 +02:00
commit 77cec0f6bc
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -1,2 +1,4 @@
#[deprecated(note="please use the upcoming api instead of this")]
pub mod user;
pub mod login;
#[deprecated(note="please use the upcoming api instead of this")]
pub mod login;