Skip to repository content26 lines · 599 B · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T01:43:38.529Z 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 = "zed_extension_api"
3version = "0.8.0"
4description = "APIs for creating Zed extensions in Rust"
5repository = "https://github.com/zed-industries/zed"
6documentation = "https://docs.rs/zed_extension_api"
7keywords = ["zed", "extension"]
8edition.workspace = true
9# Change back to `true` when we're ready to publish v0.8.0.
10publish = false
11license = "Apache-2.0"
12
13[lints]
14workspace = true
15
16[lib]
17path = "src/extension_api.rs"
18
19[dependencies]
20serde = { version = "1.0", features = ["derive"] }
21serde_json = "1.0"
22wit-bindgen = "0.41"
23
24[package.metadata.component]
25target = { path = "wit" }
26