save users to sqlite

This commit is contained in:
Aleksandr Trushkin
2022-05-26 12:19:47 +03:00
parent d83af3e6cd
commit 473953fc9c
11 changed files with 1528 additions and 468 deletions

View File

@ -8,7 +8,7 @@ DOCKERFLAGS:=-it --rm \
DOCKERIMG:="rust-build-env:V1"
APP_NAME:=altherego
IMAGE:=rust:1.49
IMAGE:=rust:1.60
TARGET_ARCH:=armv7-unknown-linux-gnueabihf
image: