gitbutler/crates/gitbutler-feedback/Cargo.toml
2024-07-09 15:56:57 +02:00

21 lines
342 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
[[test]]
name="feedback"
path = "tests/mod.rs"
[dev-dependencies]
tempfile = "3.10"