Add support for custom update sources in the C++ library

This commit is contained in:
Karthik Ravikanti
2024-12-12 12:04:54 +08:00
committed by Caelan
parent 8ac4f68467
commit 304eac3b71
5 changed files with 174 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -2123,6 +2123,7 @@ dependencies = [
"lazy_static",
"libc",
"log",
"serde_json",
"velopack",
]