Initial commit

This commit is contained in:
2025-11-10 15:56:27 -07:00
commit f04db3722f
372 changed files with 39900 additions and 0 deletions

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

@@ -0,0 +1,18 @@
[package]
name = "berry-dash-ultimate"
version = "1.0.0"
authors = ["Lncvrt"]
edition = "2024"
[lib]
name = "berry_dash_ultimate_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.5.1", features = [] }
[dependencies]
tauri = { version = "2.9.2", features = [] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"