Prepare crate for release
Dependencies
- [2]
WS3UUOV3Extract commodity type into separate crate - [3]
NG5QXPZHExtract Account into separate crate
Change contents
- file addition: README.md[3.24]
# beacount-accountThis library implement borrowed and owned strings that follow the rules for Beancount account names.You can create these from `str` and `String` using `TryFrom` implementations.Doing so will check them against the same regular expression that Beancount is using. - replacement in beancount/account/Cargo.toml at line 2
name = "beancount-account"description = "Borrowed and owned strings following the Beancount rules for account names"name = "beancount-account"version = "0.1.0"publish = truelicense = "EUPL-1.2"repository = "https://nest.pijul.com/korrat/beancount-importers" - edit in beancount/account/Cargo.toml at line 11
categories = ["finance"]keywords = ["beancount", "account names"]# Inherited workspace settings - edit in beancount/account/Cargo.toml at line 18
version.workspace = true