Add installable agent lifecycle extensions

This commit is contained in:
Georg Bauer
2026-08-30 16:05:09 +02:00
parent 1ac559bbd0
commit 3977261bd3
10 changed files with 2838 additions and 61 deletions

8
Cargo.lock generated
View File

@@ -817,6 +817,7 @@ dependencies = [
"headless_chrome",
"iced",
"image",
"libc",
"memmap2",
"muda",
"png 0.17.16",
@@ -1198,6 +1199,7 @@ dependencies = [
"libc",
"libgit2-sys",
"log",
"openssl-probe",
"openssl-sys",
"url",
]
@@ -2558,6 +2560,12 @@ version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
[[package]]
name = "openssl-probe"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
name = "openssl-src"
version = "300.6.1+3.6.3"