Create user repository

This commit is contained in:
2025-01-29 05:11:43 +00:00
parent 93aba69035
commit 9166818299
17 changed files with 2757 additions and 19 deletions

7
rotom_core/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "rotom_core"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1.85"