Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T01:55:08.581Z 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

51 lines · 1.1 KB · toml
1[package]
2name = "outline_panel"
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/outline_panel.rs"
13doctest = false
14
15[dependencies]
16anyhow.workspace = true
17async-channel.workspace = true
18collections.workspace = true
19db.workspace = true
20editor.workspace = true
21file_icons.workspace = true
22fuzzy.workspace = true
23futures.workspace = true
24gpui.workspace = true
25itertools.workspace = true
26language.workspace = true
27log.workspace = true
28menu.workspace = true
29outline.workspace = true
30project.workspace = true
31search.workspace = true
32serde.workspace = true
33serde_json.workspace = true
34settings.workspace = true
35smallvec.workspace = true
36theme.workspace = true
37theme_settings.workspace = true
38ui.workspace = true
39util.workspace = true
40workspace.workspace = true
41worktree.workspace = true
42zed_actions.workspace = true
43
44[dev-dependencies]
45lsp.workspace = true
46search = { workspace = true, features = ["test-support"] }
47pretty_assertions.workspace = true
48
49[package.metadata.cargo-machete]
50ignored = ["log"]
51
Served at tenant.openagents/omega Member data and write actions are omitted.