2020-10-29 17:44:08 +01:00
|
|
|
[package]
|
2021-01-17 02:59:52 +01:00
|
|
|
name = "rkvm-certificate-gen"
|
2023-10-12 19:15:08 +02:00
|
|
|
version = "0.5.1"
|
2020-10-29 17:44:08 +01:00
|
|
|
authors = ["htrefil <8711792+htrefil@users.noreply.github.com>"]
|
2023-04-16 18:44:45 +02:00
|
|
|
edition = "2021"
|
2020-10-29 17:44:08 +01:00
|
|
|
|
|
|
|
# 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"] }
|
2020-10-29 17:44:08 +01:00
|
|
|
tempfile = "3.1.0"
|
2023-04-16 18:44:45 +02:00
|
|
|
thiserror = "1.0.40"
|