beancount-parser 1.3.1

A beancount file parser library for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": [
    "config:base", ":automergePatch", "schedule:weekends", ":semanticCommitTypeAll(chore)"
  ],
  "packageRules": [
    {
      "matchDepTypes": ["dev-dependencies"],
      "automerge": true
    }
  ]
}