2025-09-08 12:56:03 +02:00
2025-09-02 13:52:36 +02:00
2025-09-08 12:56:03 +02:00
2025-07-25 22:38:34 +02:00
2025-08-22 23:31:08 +02:00
2025-03-26 00:50:25 +01:00
2025-08-22 13:47:34 +02:00
2025-08-22 13:47:34 +02:00
2025-02-16 22:04:30 +00:00
2025-03-09 15:28:57 +01:00
2025-03-04 14:44:38 +01:00

Hey

This is only work in progress, until release 1.0.0 this is for development use cases only.

I run development like this:

Server:

cargo watch -x 'run --package server -- server'

Client:

cargo watch -x 'run --package client -- client'

Client with tracing:

ENABLE_TRACING=1 RUST_LOG=client=debug cargo watch -x 'run --package client -- client'

Client with debug that cant be traced

cargo run --package client --features ui-debug -- client
Description
Accounting software
Readme GPL-3.0 4.8 MiB
Languages
Rust 99.4%
Nix 0.5%
Makefile 0.1%