gatewarden 0.1.2

Hardened Keygen.sh license validation infrastructure
Documentation
1
2
3
4
5
6
7
8
//! Basic smoke test to verify crate compiles.

#[test]
fn crate_compiles() {
    // If this test runs, the crate skeleton is valid.
    let _ = std::any::type_name::<gatewarden::GatewardenConfig>();
    let _ = std::any::type_name::<gatewarden::GatewardenError>();
}