Ledger-cli REST server for Cashier PWA.
Cashier Server acts as a mediator between Cashier PWA and Ledger CLI, forwarding queries to Ledger and the results to Cashier. Used for synchronizing the ledger data in Cashier.
This version of the Cashier Server is implemented in Rust.
Previous implementations:
- Cashier Ledger Server in Go
- CashierSync in Python
- CashierSync Go in Go
cargo install cashier-server
Make sure that Ledger CLI is configured and can be called from the directory. Then run:
cashier-server
VSCode + Rust extension(s).
cargo run
in the project directory.
cargo publish