Nihuya sebe

This commit is contained in:
2026-07-17 01:04:47 +03:00
parent bbaa21d14e
commit cd8e743429
29 changed files with 15952 additions and 16 deletions

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

@@ -0,0 +1,24 @@
[package]
name = "persona-script-editor"
version = "0.1.0"
edition = "2024"
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-dialog = "2"
tauri-plugin-log = "2"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
[build-dependencies]
tauri-build = { version = "2", features = [] }
[lib]
name = "persona_script_editor_lib"
path = "src/lib.rs"
[[bin]]
name = "persona-script-editor"
path = "src/main.rs"