Skip to content

Commit

Permalink
Add dirs crate
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed May 15, 2024
1 parent 4b68382 commit 1695ad5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/gitbutler-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ backtrace = { version = "0.3.71", optional = true }
bstr = "1.9.1"
chrono = { version = "0.4.38", features = ["serde"] }
diffy = "0.3.0"
dirs = "5.0.1"
filetime = "0.2.23"
fslock = "0.2.1"
futures = "0.3"
Expand Down
1 change: 1 addition & 0 deletions crates/gitbutler-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ anyhow = "1.0.82"
async-trait = "0.1.80"
backtrace = { version = "0.3.71", optional = true }
console-subscriber = "0.2.0"
dirs = "5.0.1"
futures = "0.3"
git2.workspace = true
nonzero_ext = "0.3.0"
Expand Down

0 comments on commit 1695ad5

Please sign in to comment.