18 lines
486 B
TOML
18 lines
486 B
TOML
[package]
|
|
name = "zbasefind"
|
|
version = "0.1.0"
|
|
authors = ["xenia <xenia@awoo.systems>"]
|
|
description = "Firmware base address guessing tool"
|
|
repository = "https://git.lain.faith/haskal/zbasefind.git"
|
|
readme = "README.md"
|
|
license-file = "LICENSE"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.21", features = ["derive"] }
|
|
fnv = "1.0.7"
|
|
miette = { version = "7.2.0", features = ["fancy"] }
|
|
nix = { version = "0.29.0", features = ["fs", "sched"] }
|
|
term = "1.0.0"
|