···1212# to make the lib name unique and wouldn't conflict with the bin name.
1313# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
1414name = "peek_save_lib"
1515-crate-type = ["staticlib", "cdylib", "rlib"]
1515+crate-type = ["staticlib", "rlib"]
16161717[build-dependencies]
1818tauri-build = { version = "2", features = [] }