mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 04:35:07 +01:00
unpem
This commit is contained in:
parent
cd3628e168
commit
dd029f03bd
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