mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 12:26:02 +03:00
c98421171e
asdf
15 lines
356 B
TOML
15 lines
356 B
TOML
[package]
|
|
name = "gitbutler-fs"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["std"] }
|
|
bstr.workspace = true
|
|
anyhow = "1.0.86"
|
|
gix = { workspace = true, features = ["dirwalk", "credentials", "parallel"] }
|
|
walkdir = "2.5.0"
|
|
toml.workspace = true
|