commune-sh / commune-rs

Rust implementation of the Commune server.
https://commune.sh
Apache License 2.0
11 stars 3 forks source link

feat: core logic for user registration #3

Closed EstebanBorai closed 11 months ago

EstebanBorai commented 11 months ago

Provides core crate for application logic. As of now it includes a very naive implementation on https://github.com/commune-os/commune-server/blob/main/app/accounts.go#L18.