Skip to repository content27 lines · 506 B · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T00:36:26.547Z 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 = "language_core"
3version = "0.1.0"
4edition = "2024"
5publish = false
6
7[lib]
8path = "src/language_core.rs"
9
10[dependencies]
11anyhow.workspace = true
12collections.workspace = true
13gpui_shared_string.workspace = true
14gpui_util.workspace = true
15log.workspace = true
16parking_lot.workspace = true
17path.workspace = true
18regex.workspace = true
19schemars.workspace = true
20serde.workspace = true
21serde_json.workspace = true
22toml.workspace = true
23tree-sitter.workspace = true
24
25[features]
26test-support = []
27