Skip to repository content

tenant.openagents/omega

No repository description is available.

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

33 lines · 662 B · toml
1[package]
2name = "crashes"
3version = "0.1.0"
4publish.workspace = true
5edition.workspace = true
6license = "GPL-3.0-or-later"
7
8[dependencies]
9async-process.workspace = true
10crash-handler.workspace = true
11log.workspace = true
12minidumper.workspace = true
13parking_lot.workspace = true
14serde.workspace = true
15serde_json.workspace = true
16system_specs.workspace = true
17zstd.workspace = true
18
19[target.'cfg(target_os = "linux")'.dependencies]
20libc.workspace = true
21
22[target.'cfg(target_os = "macos")'.dependencies]
23mach2.workspace = true
24
25[target.'cfg(target_os = "windows")'.dependencies]
26windows.workspace = true
27
28[lints]
29workspace = true
30
31[lib]
32path = "src/crashes.rs"
33
Served at tenant.openagents/omega Member data and write actions are omitted.