mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
8 lines
143 B
TOML
8 lines
143 B
TOML
[package]
|
|
name = "unpem"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.16", features = ["derive"] }
|
|
pem = "3.0.4"
|