feat: add global state

This commit is contained in:
2024-11-19 10:10:26 +07:00
parent 4d8a1d44cc
commit fb71f02ef3
4 changed files with 47 additions and 10 deletions

View File

@@ -6,14 +6,6 @@ resolver = "2"
[workspace.dependencies]
coop = { path = "crates/*" }
# Account
keyring-search = "1.2.0"
keyring = { version = "3", features = [
"apple-native",
"windows-native",
"linux-native",
] }
# UI
gpui = { git = "https://github.com/zed-industries/zed" }
components = { package = "ui", git = "https://github.com/longbridgeapp/gpui-component", version = "0.1.0" }