archelon-cli 0.3.0

Markdown-based task and note manager that keeps your data alive as plain text - timeless like fossils
# 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 = "archelon-cli"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-based task and note manager that keeps your data alive as plain text - timeless like fossils"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/fluo10/archelon"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target_os }-{ target_arch }{ binary-ext }"
pkg-fmt = "bin"
bin-dir = "{ bin }{ binary-ext }"

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

[dependencies.anyhow]
version = "1"

[dependencies.archelon-core]
version = "0.3.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.serde_json]
version = "1"