19 lines
375 B
TOML
19 lines
375 B
TOML
[package]
|
|
name = "signed_git"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
signed_core = { path = "../signed_core" }
|
|
|
|
nostr.workspace = true
|
|
gix = { workspace = true, features = ["revision", "blob-diff"] }
|
|
gix-worktree = "0.56"
|
|
gix-worktree-state = "0.34"
|
|
anyhow.workspace = true
|
|
diffy = "0.5"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|