Skip to content

Commit 033c9b6

Browse files
author
zxf
committedAug 1, 2024·
test: actions test 6
1 parent d6a2746 commit 033c9b6

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed
 

‎src-tauri/Cargo.lock

+33-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src-tauri/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tauri-build = { version = "1.5.2", features = [] }
1616
tauri = { version = "1.7.0", features = [ "updater", "window-all", "dialog-all", "fs-all", "protocol-all", "path-all", "process-all", "global-shortcut-all", "http-all", "http-multipart", "shell-open"] }
1717
serde = { version = "1.0.203", features = ["derive"] }
1818
serde_json = "1.0.120"
19+
time = "0.3.36"
1920

2021
[features]
2122
# this feature is used for production builds or when `devPath` points to the filesystem

0 commit comments

Comments
 (0)
Please sign in to comment.