rkvm/rkvm-certificate-gen/Cargo.toml

13 lines
346 B
TOML
Raw Normal View History

[package]
name = "rkvm-certificate-gen"
2023-10-12 19:15:08 +02:00
version = "0.5.1"
authors = ["htrefil <8711792+htrefil@users.noreply.github.com>"]
2023-04-16 18:44:45 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-04-17 19:52:57 +02:00
clap = { version = "4.2.2", features = ["derive"] }
tempfile = "3.1.0"
2023-04-16 18:44:45 +02:00
thiserror = "1.0.40"