Rename Berry Manager / Berry Dash Manager to Berry Dash Launcher

This commit is contained in:
2025-07-17 22:22:14 -07:00
parent c6379ea726
commit c62467b8f5
6 changed files with 12 additions and 12 deletions

View File

@@ -1,18 +1,18 @@
[package]
name = "berry-manager"
name = "berry-dash-launcher"
version = "1.0.0"
authors = ["Lncvrt"]
edition = "2024"
[lib]
name = "berry_manager_lib"
name = "berry_dash_launcher_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.3.0", features = [] }
[dependencies]
tauri = { version = "2.6.2", features = ["macos-private-api"] }
tauri = { version = "2.6.2", features = [] }
tauri-plugin-opener = "2.4.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"