htodo 0.1.5

A simple command line To-Do app built with Rust
Documentation
# 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 = "2021"
name = "htodo"
version = "0.1.5"
authors = ["citrus327@outlook.com"]
exclude = [".vscode/*"]
description = "A simple command line To-Do app built with Rust"
homepage = "https://github.com/citrus327/rust_todo"
readme = "README.md"
keywords = [
    "Todo",
    "CLI",
]
license = "MIT"
repository = "https://github.com/citrus327/rust_todo"

[dependencies.clap]
version = "4.4.7"
features = [
    "derive",
    "cargo",
]

[dependencies.directories]
version = "5.0"

[dependencies.notify-rust]
version = "4"

[dependencies.prettytable-rs]
version = "^0.10"

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

[dependencies.serde_json]
version = "1.0.108"