feat: a bunch of things

This commit is contained in:
Andrea Toska 2025-02-27 10:25:31 +01:00
commit 2e2b01990e
20 changed files with 16216 additions and 137 deletions

6
src/nnid/mod.rs Normal file
View file

@ -0,0 +1,6 @@
pub mod devices;
pub mod agreements;
pub mod timezones;
pub mod person_exists;
pub mod email;
mod create_account;