Skip to repository content53 lines · 1.2 KB · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T05:14:56.317Z Public web read
NIP-34 coordinate
30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omegaMaintainersHidden in public view
References2 branches · 1 tag
Read-only clone
git clone https://openagents.com/git/tenant.openagents/omega.gitBrowse files
Cargo.toml
1[package]
2name = "extension"
3version = "0.1.0"
4edition.workspace = true
5publish.workspace = true
6license = "GPL-3.0-or-later"
7
8[lints]
9workspace = true
10
11[lib]
12path = "src/extension.rs"
13
14[dependencies]
15anyhow.workspace = true
16async-trait.workspace = true
17cloud_api_types.workspace = true
18collections.workspace = true
19dap.workspace = true
20fs.workspace = true
21futures.workspace = true
22gpui.workspace = true
23heck.workspace = true
24http_client.workspace = true
25language.workspace = true
26log.workspace = true
27lsp.workspace = true
28parking_lot.workspace = true
29path.workspace = true
30proto.workspace = true
31semver.workspace = true
32serde.workspace = true
33serde_json.workspace = true
34task.workspace = true
35toml.workspace = true
36tracing.workspace = true
37url.workspace = true
38util.workspace = true
39wasm-encoder.workspace = true
40wasmparser.workspace = true
41which.workspace = true
42ztracing.workspace = true
43
44[dev-dependencies]
45fs = { workspace = true, "features" = ["test-support"] }
46gpui = { workspace = true, "features" = ["test-support"] }
47indoc.workspace = true
48pretty_assertions.workspace = true
49tempfile.workspace = true
50
51[package.metadata.cargo-machete]
52ignored = ["tracing"]
53