[[bin]]
name = "tktax"
path = "src/main.rs"
[dependencies.tktax-3p]
version = "0.2.2"
[dependencies.tktax-account]
version = "0.2.2"
[dependencies.tktax-amazon]
version = "0.2.2"
[dependencies.tktax-analysis]
version = "0.2.2"
[dependencies.tktax-budgeting]
version = "0.2.2"
[dependencies.tktax-config]
version = "0.2.2"
[dependencies.tktax-donations]
version = "0.2.2"
[dependencies.tktax-quarterly]
version = "0.2.2"
[dependencies.tktax-transaction]
version = "0.2.2"
[dependencies.tktax-transaction-category]
version = "0.2.2"
[dependencies.tktax-year]
version = "0.2.2"
[dependencies.tktax-year-comparison]
version = "0.2.2"
[dependencies.tktax-year-to-date]
version = "0.2.2"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "tktax"
path = "src/lib.rs"
[package]
authors = ["klebs tpk3.mx@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Main entry point for the tktax financial suite"
edition = "2024"
license = "MIT"
name = "tktax"
readme = "README.md"
repository = "https://github.com/klebs6/tktax"
version = "0.2.4"