Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T05:17:02.009Z 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

27 lines · 454 B · toml
1[package]
2name = "gpui_macros"
3version = "0.1.0"
4edition.workspace = true
5publish = false
6license = "Apache-2.0"
7description = "Macros used by gpui"
8
9[lints]
10workspace = true
11
12[features]
13inspector = []
14
15[lib]
16path = "src/gpui_macros.rs"
17proc-macro = true
18doctest = true
19
20[dependencies]
21heck.workspace = true
22proc-macro2.workspace = true
23quote.workspace = true
24syn.workspace = true
25
26[dev-dependencies]
27gpui = { workspace = true, features = ["inspector"] }
Served at tenant.openagents/omega Member data and write actions are omitted.