Prepare crate for release

korrat
Oct 30, 2023, 1:21 PM
754VVGV6CQBDTOZYXDXJHYSUWKGPHRT2LGH6Y23DSDJVDF5OBK3QC

Dependencies

  • [2] WS3UUOV3 Extract commodity type into separate crate
  • [3] NG5QXPZH Extract Account into separate crate

Change contents

  • file addition: README.md (----------)
    [3.24]
    # beacount-account
    This 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
    [3.1229][3.1229:1256]()
    name = "beancount-account"
    [3.1229]
    [3.1291]
    description = "Borrowed and owned strings following the Beancount rules for account names"
    name = "beancount-account"
    version = "0.1.0"
    publish = true
    license = "EUPL-1.2"
    repository = "https://nest.pijul.com/korrat/beancount-importers"
  • edit in beancount/account/Cargo.toml at line 11
    [3.1292]
    [2.2020]
    categories = ["finance"]
    keywords = ["beancount", "account names"]
    # Inherited workspace settings
  • edit in beancount/account/Cargo.toml at line 18
    [2.2110][2.2110:2140]()
    version.workspace = true