Add dirs crate

This commit is contained in:
Ani Betts 2024-05-15 17:39:00 +02:00
parent 4b683828cd
commit 1695ad5c53
No known key found for this signature in database
3 changed files with 4 additions and 0 deletions

2
Cargo.lock generated
View File

@ -2100,6 +2100,7 @@ dependencies = [
"bstr",
"chrono",
"diffy",
"dirs 5.0.1",
"filetime",
"fslock",
"futures",
@ -2162,6 +2163,7 @@ dependencies = [
"async-trait",
"backtrace",
"console-subscriber",
"dirs 5.0.1",
"futures",
"git2",
"gitbutler-core",

View File

@ -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"

View File

@ -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"