chore: refactor the backend (#17)
Rust / build (macos-latest, stable) (push) Waiting to run
Rust / build (ubuntu-latest, stable) (push) Waiting to run
Rust / build (windows-latest, stable) (push) Waiting to run

Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
2026-09-10 09:43:35 +00:00
parent a8e19e5fcd
commit 38e8b2b933
28 changed files with 6987 additions and 5488 deletions
Generated
+11
View File
@@ -1690,6 +1690,15 @@ dependencies = [
"syn 2.0.119",
]
[[package]]
name = "diffy"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e3dc2f773b6aaa63b1a7684b8589f670a8a0146a510b74d23a401c882364b49"
dependencies = [
"hashbrown 0.17.1",
]
[[package]]
name = "digest"
version = "0.10.7"
@@ -7958,9 +7967,11 @@ name = "signed_git"
version = "0.1.0-alpha"
dependencies = [
"anyhow",
"diffy",
"gix",
"gix-worktree",
"gix-worktree-state",
"ignore",
"nostr",
"signed_core",
"tempfile",