chore: follow official standards and adjust the main file

This commit is contained in:
huzibaca
2024-09-15 06:24:53 +08:00
parent 892d4e597e
commit a398e28ac0
3 changed files with 155 additions and 154 deletions

View File

@@ -83,3 +83,7 @@ strip = true
[profile.dev]
incremental = true
[lib]
name = "app_lib"
crate-type = ["staticlib", "cdylib", "rlib"]