Skip to content

Commit 98511e9

Browse files
committed
chore: add glob dependency
1 parent 232394a commit 98511e9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ chrono = "0.4.39"
3939
aw-server = { git = "https://github.com/ActivityWatch/aw-server-rust.git", branch = "master" }
4040
aw-datastore = { git = "https://github.com/ActivityWatch/aw-server-rust.git", branch = "master" }
4141
tauri-plugin-opener = "2"
42+
glob = "0.3.1"
4243
[target.'cfg(unix)'.dependencies]
4344
nix = { version = "0.29.0", features = ["process", "signal"] }
4445
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)