mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 23:52:05 +03:00
21 lines
339 B
TOML
21 lines
339 B
TOML
|
[package]
|
||
|
name = "gitbutler-feedback"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
gitbutler-core.workspace = true
|
||
|
anyhow = "1.0.86"
|
||
|
zip = "0.6.5"
|
||
|
walkdir = "2.5.0"
|
||
|
sha2 = "0.10.8"
|
||
|
|
||
|
[[test]]
|
||
|
name="feedback"
|
||
|
path = "tests/mod.rs"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
tempfile = "3.10"
|