login, session persistence, sync loop with message logging

This commit is contained in:
Damocles 2026-04-29 21:12:57 +02:00
parent 44c9503f86
commit d8f322b91f
4 changed files with 181 additions and 2 deletions

View file

@ -51,6 +51,7 @@
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [
openssl
sqlite
];
meta = {
@ -74,6 +75,7 @@
rustfmt
pkg-config
openssl
sqlite
];
};
}