feat: sidebar de navigation mode dossier + permission set-title

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 12:23:00 +02:00
commit a68ccfa46e
17 changed files with 6032 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[package]
name = "pena-taury"
version = "0.1.0"
edition = "2021"
[lib]
name = "pena_taury_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-fs = "2"
tauri-plugin-dialog = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
comrak = { version = "0.28", features = ["syntect"] }
syntect = "5"
notify = "7"