rkvm/rkvm-certificate-gen/Cargo.toml
2023-04-16 18:44:45 +02:00

12 lines
309 B
TOML

[package]
name = "rkvm-certificate-gen"
version = "0.1.0"
authors = ["htrefil <8711792+htrefil@users.noreply.github.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.2.2"
tempfile = "3.1.0"
thiserror = "1.0.40"