Small changes

This commit is contained in:
Anish
2026-04-12 12:34:45 +05:30
parent 7fc44c91b8
commit d39a8a049a
29 changed files with 1410 additions and 5 deletions

View File

@@ -18,8 +18,8 @@ tokio = { version = "1", features = ["full"] }
# State store
rusqlite = { version = "0.32", features = ["bundled"] }
# Git integration
git2 = "0.20"
# Git integration - use vendored openssl to avoid system dependency
git2 = { version = "0.20", features = ["ssh", "vendored-openssl"] }
# Serialization
serde = { version = "1", features = ["derive"] }