Skip to repository content

tenant.openagents/omega

No repository description is available.

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

42 lines · 808 B · toml
1[package]
2name = "task"
3version = "0.1.0"
4edition.workspace = true
5publish.workspace = true
6license = "GPL-3.0-or-later"
7
8[features]
9test-support = [
10    "gpui/test-support",
11    "util/test-support"
12]
13
14[lib]
15path = "src/task.rs"
16doctest = false
17
18[lints]
19workspace = true
20
21[dependencies]
22anyhow.workspace = true
23collections.workspace = true
24futures.workspace = true
25gpui.workspace = true
26hex.workspace = true
27log.workspace = true
28parking_lot.workspace = true
29proto.workspace = true
30schemars.workspace = true
31serde.workspace = true
32serde_json.workspace = true
33serde_json_lenient.workspace = true
34sha2.workspace = true
35shellexpand.workspace = true
36util.workspace = true
37zed_actions.workspace = true
38
39[dev-dependencies]
40gpui = { workspace = true, features = ["test-support"] }
41pretty_assertions.workspace = true
42
Served at tenant.openagents/omega Member data and write actions are omitted.