mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-03 03:33:16 +03:00
b3b87b34a5
This is in preparation for making operations that access the filesystems less stateful, which in turn makes it less akward to identify writing methods with `&mut` lateron. This includes accepting that all we really need is a single directory to generate everything else we need on the fly. This simplifies commands. For good measure, this also simplifies imports of smaller crates that are involved.
17 lines
294 B
TOML
17 lines
294 B
TOML
[package]
|
|
name = "gitbutler-feedback"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
zip = "0.6.5"
|
|
walkdir = "2.5.0"
|
|
sha2 = "0.10.8"
|
|
gitbutler-project.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.10"
|