Get Started - Gokborg/MCHPRS GitHub Wiki

Contributing with Windows

Contributing with Windows has one issue. In the Cargo.toml file, the rusqlite dependency is written differently. If you pulled the project on Windows, change the dependency from: rusqlite = "0.23.1" to this: rusqlite = {version="0.23.1", features=["bundled"]}