project-canon-cli 0.1.1

The project-canon binary — a thin CLI over project-canon-core exposing the doctor, new, and review verbs plus the canon skill installer.
# 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 = "project-canon-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The project-canon binary — a thin CLI over project-canon-core exposing the doctor, new, and review verbs plus the canon skill installer."
readme = false
license = "MIT"
repository = "https://github.com/jarimustonen/project-canon"

[[bin]]
name = "project-canon"
path = "src/main.rs"

[[test]]
name = "doctor_cli"
path = "tests/doctor_cli.rs"

[[test]]
name = "new_cli"
path = "tests/new_cli.rs"

[[test]]
name = "review_cli"
path = "tests/review_cli.rs"

[[test]]
name = "skill_cli"
path = "tests/skill_cli.rs"

[dependencies.project-canon-core]
version = "=0.1.1"

[dev-dependencies.project-canon-core]
version = "=0.1.1"

[lints.clippy]
all = "warn"