editres_cli 0.1.4

Command line tool for injecting data into executables that use editres
Documentation
[[bin]]
name = "editres"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"

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

[dependencies.editres]
default-features = false
features = ["injector"]
version = "0.1"
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.fastrand]
version = "2.0.1"

[dev-dependencies.tempfile]
version = "3.9"

[package]
authors = ["branchseer <dk4rest@gmail.com>"]
description = "Command line tool for injecting data into executables that use editres"
edition = "2021"
homepage = "https://github.com/branchseer/editres"
license = "MPL-2.0"
name = "editres_cli"
readme = "README.md"
repository = "https://github.com/branchseer/editres"
version = "0.1.4"