mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 09:01:45 +03:00
Add dirs crate
This commit is contained in:
parent
4b683828cd
commit
1695ad5c53
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user