promocrypt-cli 1.1.2

Command-line tool for promotional code generation
1
2
3
4
5
6
7
8
9
10
11
12
13
[target.aarch64-unknown-linux-gnu]
pre-build = [
    "dpkg --add-architecture arm64",
    "apt-get update",
    "apt-get install -y libssl-dev:arm64 pkg-config"
]

[target.aarch64-unknown-linux-gnu.env]
passthrough = [
    "OPENSSL_DIR",
    "OPENSSL_LIB_DIR",
    "OPENSSL_INCLUDE_DIR"
]