signtool 1.0.2

Simplify using SignTool to sign Windows executables
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "signtool"
version = "1.0.2"
edition = "2021"
description = "Simplify using SignTool to sign Windows executables"
authors = ["Samuel Garcés Marín <samuel.garces@protonmail.com>"]
repository = "https://github.com/SecSamDev/signtool-rs"
license = "MIT"

[dependencies]
forensic-rs = "0.5.2"
frnsc-liveregistry-rs = "0.2.0"
thiserror = "1.0.40"