login, session persistence, sync loop with message logging
This commit is contained in:
parent
44c9503f86
commit
d8f322b91f
4 changed files with 181 additions and 2 deletions
|
|
@ -51,6 +51,7 @@
|
|||
nativeBuildInputs = with pkgs; [ pkg-config ];
|
||||
buildInputs = with pkgs; [
|
||||
openssl
|
||||
sqlite
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
@ -74,6 +75,7 @@
|
|||
rustfmt
|
||||
pkg-config
|
||||
openssl
|
||||
sqlite
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue