mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-19 10:26:13 +01:00
12 lines
346 B
TOML
12 lines
346 B
TOML
[package]
|
|
name = "rkvm-certificate-gen"
|
|
version = "0.3.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 = { version = "4.2.2", features = ["derive"] }
|
|
tempfile = "3.1.0"
|
|
thiserror = "1.0.40"
|