mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
unpem
This commit is contained in:
parent
92c722868f
commit
ee96525778
6 changed files with 328 additions and 0 deletions
8
custom-pkgs/unpem/Cargo.toml
Normal file
8
custom-pkgs/unpem/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "unpem"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.16", features = ["derive"] }
|
||||
pem = "3.0.4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue