Files
Kudaes 2051acda29 Small fix
There was a bug in Dinvoke_rs 0.2.1 that could trigger stack overflow errors in some environments. Fixed by upgrading to version 0.2.2.
2026-05-01 14:07:23 +02:00

13 lines
230 B
TOML

[package]
name = "wof_provider"
version = "0.1.0"
edition = "2021"
[dependencies]
provider = { path = "provider" }
data = { path = "data" }
litcrypt2 = "=0.1.2"
dinvoke_rs = "=0.2.2"
[build-dependencies]
static_vcruntime = "2.0"