Initialize database; Add consumer; split off server

This commit is contained in:
Julia Lange 2025-10-27 15:24:46 -07:00
parent ec8799c7fc
commit aa8f931862
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
9 changed files with 1632 additions and 30 deletions

View file

@ -26,6 +26,7 @@
rust-analyzer
rustfmt
clippy
sqlx-cli
];
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";