financer 0.1.0

A Finance tracker in your terminal
# 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 = "financer"
version = "0.1.0"
authors = ["Deepanshu Mishra <d4deepanshu723@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Finance tracker in your terminal"
readme = "README.md"
license = "MIT"

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

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true