1
0
Files
wfassoc/Cargo.toml
yyc12345 e06fcdf53b refactor: migrate project from C++ to Rust
- establish basic Rust project layout.
- move all old code into independent directory.
2025-10-04 22:04:30 +08:00

7 lines
129 B
TOML

[workspace]
resolver = "3"
members = ["wfassoc", "wfassoc_dylib", "wfassoc_exec"]
[workspace.dependencies]
thiserror = "2.0.12"