binnpatch/lib/Cargo.toml

19 lines
399 B
TOML

[package]
name = "binnpatch"
version = "0.1.0"
edition = "2021"
authors = ["b4tman <b4tm4n@mail.ru>"]
readme = "../README.md"
repository = "https://gitea.b4tman.ru/b4tman/binnpatch"
license = "MIT"
[lib]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
binnpatch_macro = { path = "../macro" }
data-encoding = "^2.3"
memmap = "^0.7"