rkvm/rkvm-certificate-gen/Cargo.toml
Jan Trefil 5ec294dc03
Some checks failed
Release / ubuntu (push) Has been cancelled
Bump version
2024-07-13 20:23:28 +02:00

12 lines
346 B
TOML

[package]
name = "rkvm-certificate-gen"
version = "0.6.1"
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 = { version = "4.2.2", features = ["derive"] }
tempfile = "3.1.0"
thiserror = "1.0.40"