This commit is contained in:
SheetJS 2024-03-25 03:25:30 -04:00
parent 856e75415b
commit 0fe792e27a
2 changed files with 4231 additions and 1 deletions

4230
src-tauri/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ edition = "2021"
tauri-build = { version = "1", features = [] }
[dependencies]
tauri = { version = "1", features = ["shell-open"] }
tauri = { version = "1", features = [ "fs-all", "dialog-all", "http-all", "shell-open"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"