rhd/Cargo.toml

13 lines
297 B
TOML

[package]
name = "rhd"
version = "0.2.0"
authors = ["JayPiKay <jpk@goatpr0n.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.2.7", features = ["derive"] }
hex = "0.4.3"
termion = "2.0.1"