Skip to content

Commit

Permalink
refactor: Rename lib name to "app" in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Sep 22, 2024
1 parent d29c1e0 commit e8a1f2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ version = "0.3.7"
features = ["winerror"]

[lib]
name = "app_lib"
name = "app"
crate-type = ["staticlib", "cdylib", "rlib", "lib"]



[features]
default = [ "custom-protocol" ]
custom-protocol = [ "tauri/custom-protocol" ]

0 comments on commit e8a1f2b

Please sign in to comment.