lastid-sdk 0.3.0

Rust SDK for LastID IDP integration - request and verify credentials with type-safe policy builders
Documentation
1
2
3
4
5
6
7
8
# Rust toolchain configuration for reproducible builds
# See: https://rust-lang.github.io/rustup/overrides.html

[toolchain]
channel = "1.89"
components = ["rustfmt", "clippy", "llvm-tools-preview"]
targets = ["wasm32-unknown-unknown"]
profile = "default"