mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 23:02:31 +03:00
21 lines
342 B
TOML
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"
|