joeira 0.1.6

joeira — the typed git-hook control plane: one closed predicate algebra, one registry, one default library
# 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"
rust-version = "1.89.0"
name = "joeira"
version = "0.1.6"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "joeira — the typed git-hook control plane: one closed predicate algebra, one registry, one default library"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/joeira"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.joeira-core]
version = "0.1.6"

[dependencies.joeira-lisp]
version = "0.1.6"

[lints.clippy]
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1