Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:46:39.746Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

Cargo.toml

39 lines · 933 B · toml
1[package]
2name = "extension_cli"
3version = "0.1.0"
4edition.workspace = true
5publish.workspace = true
6license = "GPL-3.0-or-later"
7
8[lints]
9workspace = true
10
11[[bin]]
12name = "zed-extension"
13path = "src/main.rs"
14
15[dependencies]
16anyhow.workspace = true
17clap = { workspace = true, features = ["derive"] }
18cloud_api_types.workspace = true
19env_logger.workspace = true
20extension.workspace = true
21futures.workspace = true
22fs.workspace = true
23gpui_platform.workspace = true
24language.workspace = true
25log.workspace = true
26reqwest_client.workspace = true
27serde.workspace = true
28serde_json.workspace = true
29serde_json_lenient.workspace = true
30settings_content.workspace = true
31snippet_provider.workspace = true
32task.workspace = true
33theme_settings.workspace = true
34thiserror.workspace = true
35tokio = { workspace = true, features = ["full"] }
36toml.workspace = true
37tree-sitter = { workspace = true, features = ["wasm"] }
38wasmtime.workspace = true
39
Served at tenant.openagents/omega Member data and write actions are omitted.