rhd/Cargo.toml

12 lines
284 B
TOML

[package]
name = "rhd"
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"] }
termion = "2.0.1"