gitbutler/crates/gitbutler-feedback/Cargo.toml

17 lines
294 B
TOML
Raw Normal View History

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