zbasefind/Cargo.toml

18 lines
486 B
TOML
Raw Normal View History

2024-11-22 07:11:59 +00:00
[package]
name = "zbasefind"
version = "0.1.0"
2024-11-22 07:33:16 +00:00
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"
2024-11-22 07:11:59 +00:00
edition = "2021"
2024-11-22 07:33:16 +00:00
publish = false
2024-11-22 07:11:59 +00:00
[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"