haqor-admin 0.6.1

Local web editor for Haqor lexical overlays
# 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 = "haqor-admin"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local web editor for Haqor lexical overlays"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/machshev/haqor-core"

[lib]
name = "haqor_admin"
path = "src/lib.rs"

[[bin]]
name = "haqor-admin"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.81"

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

[dependencies.haqor-core]
version = "0.6.1"

[dependencies.rusqlite]
version = "0.37.0"
features = ["bundled"]

[dependencies.serde_json]
version = "1.0"