add settings crate

This commit is contained in:
2026-09-01 14:23:52 +07:00
parent 5c6ab88710
commit a0773d38aa
16 changed files with 531 additions and 58 deletions
Generated
+14 -1
View File
@@ -7764,6 +7764,18 @@ dependencies = [
"serde",
]
[[package]]
name = "settings"
version = "1.0.0"
dependencies = [
"anyhow",
"gpui",
"log",
"paths",
"serde",
"serde_json",
]
[[package]]
name = "sha1"
version = "0.10.7"
@@ -7874,6 +7886,7 @@ dependencies = [
"log",
"paths",
"reqwest_client",
"settings",
"signed_state",
"tracing",
"tracing-subscriber",
@@ -7927,7 +7940,6 @@ dependencies = [
"nostr",
"nostr-connect",
"nostr-sdk",
"paths",
"rustls",
"signed_core",
"signed_git",
@@ -10774,6 +10786,7 @@ dependencies = [
"log",
"nostr",
"paths",
"settings",
"signed_core",
"signed_git",
"signed_state",