hedu/Cargo.toml

18 lines
539 B
TOML
Raw Permalink Normal View History

2024-02-01 22:02:03 +01:00
[package]
2024-02-01 22:22:16 +01:00
name = "hedu"
2024-05-24 09:25:25 +02:00
version = "0.2.0"
2024-02-01 22:02:03 +01:00
edition = "2021"
2024-02-01 22:23:14 +01:00
publish = true
2024-02-01 22:02:03 +01:00
authors = ["Christoph J. Scherr <software@cscherr.de>"]
2024-02-01 22:22:16 +01:00
license = "GPL-3.0-or-later"
description = "Hex dumping tool written in Rust"
2024-02-01 22:02:03 +01:00
readme = "README.md"
2024-02-01 22:22:16 +01:00
homepage = "https://git.cscherr.de/PlexSheep/hedu"
repository = "https://git.cscherr.de/PlexSheep/hedu"
keywords = ["hexdumper"]
2024-02-01 22:02:03 +01:00
[dependencies]
2024-05-23 14:57:17 +02:00
libpt = { version = "0.5.1", features = ["bintols", "log"], default-features = false }
2024-02-01 22:22:16 +01:00
clap = { version = "4.4.4", features = ["derive", "help"] }
anyhow = "1.0.79"