forex-split 1.0.2

Split a receipt in one currency into categories for bookkeeping in another currency.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "forex-split"
version = "1.0.2"
edition = "2024"
description = "Split a receipt in one currency into categories for bookkeeping in another currency."
readme = "README.md"
repository = "https://github.com/JonasEngstrom/forex-split"
license = "MIT"
keywords = ["bookkeeping", "accounting", "travel", "ynab", "budgeting"]
categories = ["command-line-utilities", "finance", "mathematics"]

[dependencies]
clap = { version = "4.6.1", features = ["derive"] }