WIP implement core account creation logic
This commit is contained in:
parent
b522c062c0
commit
55b583b6e6
7 changed files with 259 additions and 95 deletions
5
entryway/src/database/mod.rs
Normal file
5
entryway/src/database/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub mod error;
|
||||
pub mod operations;
|
||||
|
||||
pub use error::DatabaseError;
|
||||
pub use operations::Database;
|
||||
Loading…
Add table
Add a link
Reference in a new issue