Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T06:08:43.677Z 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

17 lines · 255 B · toml
1[workspace]
2
3[package]
4name = "hello_web"
5version = "0.1.0"
6edition = "2024"
7publish = false
8
9[[bin]]
10name = "hello_web"
11path = "main.rs"
12
13[dependencies]
14gpui = { path = "../../../gpui" }
15gpui_platform = { path = "../../../gpui_platform" }
16web-time = "1"
17
Served at tenant.openagents/omega Member data and write actions are omitted.