termipaper 0.1.0

A terminal-based academic paper manager
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 = "termipaper"
version = "0.1.0"
authors = ["Teddy van Jerry <me@teddy-van-jerry.org>"]
exclude = [
    "docs/*",
    "examples/*",
    "tests/*",
    "target/*",
    "Cargo.lock",
    ".github/*",
    ".vscode/*",
    ".DS_Store",
]
description = "A terminal-based academic paper manager"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/Teddy-van-Jerry/termipaper"

[dependencies.chrono]
version = "0.4"

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

[dependencies.directories]
version = "5.0"

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

[dependencies.serde_yaml]
version = "0.9"