mirror of
https://github.com/Kudaes/Puzzle
synced 2026-06-06 16:04:33 +00:00
2051acda29
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.
13 lines
230 B
TOML
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" |