lemming 0.1.0

A patch editor
Documentation
# 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 = "lemming"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A patch editor"
homepage = "https://lemming.n4n5.dev/"
documentation = "https://docs.rs/lemming"
readme = false
license = "MIT"
repository = "https://github.com/Its-Just-Nans/lemming"

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

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

[dependencies.bladvak]
version = "1.2.14"

[dependencies.gitpatch]
version = "0.7.1"

[dependencies.nom]
version = "8.0.0"

[dependencies.patch]
version = "0.7.0"

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