feat: add support for image file in checkout

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-02-17 15:17:04 +07:00
parent a2da030a99
commit 6fe3357efe
3 changed files with 651 additions and 12 deletions

View file

@ -13,6 +13,7 @@ bytes = "1.11.1"
env_logger = "0.11.8"
futures-util = "0.3.31"
git2 = { version = "0.20.3", features = ["https", "ssh"] }
image = "0.25.9"
json-patch = "4.1.0"
libgit2-sys = { version = "0.18.3", features = ["ssh"] }
libtbr = { git = "https://pakin-inspiron-15-3530.tail110d9.ts.net/pakin/libtbr.git", version = "0.1.1" }