rhd/Cargo.toml

12 lines
284 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"
2021-04-18 16:40:31 +02:00
version = "0.1.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.0.29", features = ["derive"] }
2022-12-12 16:54:20 +01:00
termion = "2.0.1"