signtool 1.0.3

Simplify using SignTool to sign Windows executables
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.forensic-rs]
version = "0"

[dependencies.frnsc-liveregistry-rs]
version = "0"

[dependencies.thiserror]
version = "1.0.40"

[package]
authors = ["Samuel Garcés Marín <samuel.garces@protonmail.com>"]
description = "Simplify using SignTool to sign Windows executables"
edition = "2021"
license = "MIT"
name = "signtool"
readme = "README.md"
repository = "https://github.com/SecSamDev/signtool-rs"
version = "1.0.3"