In the aul2madb cargo.toml file, I needed to specify the rusqlite entry as rusqlite = { version = "0.29.0", features = ["bundled"] } to get it to build correctly.
I kept receiving an error message: = note: LINK : fatal error LNK1181: cannot open input file 'sqlite3.lib'
linking with link.exe failed: exit code: 1181
In the aul2madb cargo.toml file, I needed to specify the rusqlite entry as rusqlite = { version = "0.29.0", features = ["bundled"] } to get it to build correctly.
I kept receiving an error message: = note: LINK : fatal error LNK1181: cannot open input file 'sqlite3.lib'
linking with
link.exefailed: exit code: 1181