rhd/Cargo.toml

13 lines
297 B
TOML
Raw Normal View History

2021-04-18 16:40:31 +02:00
[package]
2022-12-12 16:54:20 +01:00
name = "rhd"
version = "0.2.0"
2021-04-18 16:40:31 +02:00
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.5", features = ["derive"] }
2023-01-06 18:24:02 +01:00
hex = "0.4.3"
2022-12-12 16:54:20 +01:00
termion = "2.0.1"