authforge 1.0.4

AuthForge SDK — license validation, HWID binding, and heartbeat verification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Cargo build artifacts
/target/


# Library crate: lockfile is not committed (applications pin versions via their own lockfile).
# If Cargo.lock was already tracked, run: git rm --cached Cargo.lock
/Cargo.lock


# rustfmt backups
**/*.rs.bk


# MSVC / Windows (rustc debug symbols)
*.pdb


# IDE / OS
.DS_Store

Thumbs.db

.idea/