budge 0.1.0

A budgeting app written in Rust
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "budge"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A budgeting app written in Rust"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/vazpera/budge"

[[bin]]
name = "budge"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "sqlite",
]

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.tokio-macros]
version = "0.2.0-alpha.6"

[dependencies.tui-input]
version = "0.15.0"