fix file name collision error

This commit is contained in:
04041b 2024-12-11 20:08:56 -08:00
parent cfaa0b5501
commit 3e090931d2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ rust-version = "1.60"
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib", "lib"]
crate-type = ["staticlib", "cdylib", "rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

File diff suppressed because one or more lines are too long