Skip to repository content68 lines · 1.6 KB · toml
tenant.openagents/omega
No repository description is available.
OpenAgents Git authority 2026-07-28T04:14:26.372Z 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 = "acp_thread"
3version = "0.1.0"
4edition.workspace = true
5publish.workspace = true
6license = "GPL-3.0-or-later"
7
8[lints]
9workspace = true
10
11[lib]
12path = "src/acp_thread.rs"
13doctest = false
14
15[features]
16test-support = ["gpui/test-support", "project/test-support", "dep:parking_lot"]
17
18[dependencies]
19action_log.workspace = true
20agent-client-protocol.workspace = true
21async-channel.workspace = true
22base64.workspace = true
23anyhow.workspace = true
24buffer_diff.workspace = true
25chrono.workspace = true
26collections.workspace = true
27feature_flags.workspace = true
28multi_buffer.workspace = true
29file_icons.workspace = true
30futures.workspace = true
31gpui.workspace = true
32http_proxy.workspace = true
33itertools.workspace = true
34language.workspace = true
35language_model.workspace = true
36log.workspace = true
37markdown.workspace = true
38mime.workspace = true
39parking_lot = { workspace = true, optional = true }
40image.workspace = true
41portable-pty.workspace = true
42project.workspace = true
43sandbox.workspace = true
44serde.workspace = true
45serde_json.workspace = true
46settings.workspace = true
47task.workspace = true
48telemetry.workspace = true
49terminal.workspace = true
50text.workspace = true
51ui.workspace = true
52url.workspace = true
53util.workspace = true
54uuid.workspace = true
55watch.workspace = true
56urlencoding.workspace = true
57
58[dev-dependencies]
59env_logger.workspace = true
60gpui = { workspace = true, "features" = ["test-support"] }
61indoc.workspace = true
62parking_lot.workspace = true
63project = { workspace = true, "features" = ["test-support"] }
64rand.workspace = true
65tempfile.workspace = true
66util.workspace = true
67settings.workspace = true
68