Initial commit

This commit is contained in:
2025-07-17 13:52:11 -07:00
commit 04db244c97
39 changed files with 7465 additions and 0 deletions

19
src-tauri/Cargo.toml Normal file
View File

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