[package] name = "binnpatch" version = "0.1.0" edition = "2021" authors = ["b4tman "] 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"