Add installable agent lifecycle extensions
This commit is contained in:
@@ -14,10 +14,11 @@ cc = "1.3.0"
|
||||
[dependencies]
|
||||
diesel = { version = "2.3.11", features = ["sqlite", "returning_clauses_for_sqlite_3_35", "64-column-tables"] }
|
||||
diesel_migrations = "2.3.2"
|
||||
git2 = { version = "0.21.0", features = ["cred", "vendored-libgit2", "vendored-openssl"] }
|
||||
git2 = { version = "0.21.0", features = ["https", "vendored-libgit2", "vendored-openssl"] }
|
||||
headless_chrome = "1.0.22"
|
||||
iced = { version = "0.14.0", default-features = false, features = ["advanced", "image-without-codecs", "markdown", "svg", "tokio", "wgpu"] }
|
||||
image = { version = "0.25.10", default-features = false, features = ["gif", "jpeg", "png", "webp"] }
|
||||
libc = "0.2.186"
|
||||
memmap2 = "0.9.11"
|
||||
png = "0.17.16"
|
||||
regex = "1.13.1"
|
||||
|
||||
Reference in New Issue
Block a user