grepdown 0.1.0

CLI for grepdown: index a folder of Markdown files and search, traverse, and lint the knowledge base
# 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 = "grepdown"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for grepdown: index a folder of Markdown files and search, traverse, and lint the knowledge base"
readme = "README.md"
keywords = [
    "markdown",
    "search",
    "knowledge-base",
    "fts5",
    "sqlite",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Hanziness/grepdown"

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

[dependencies.anyhow]
version = "1.0.103"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.grepdown-lib]
version = "0.1"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"