Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T04:03:46.957Z 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 · 583 B · toml
1[package]
2name = "html_to_markdown"
3version = "0.1.0"
4description = "Convert HTML to Markdown"
5repository = "https://github.com/zed-industries/zed"
6documentation = "https://docs.rs/html_to_markdown"
7keywords = ["html", "markdown", "html-to-markdown"]
8edition.workspace = true
9publish = true
10license = "Apache-2.0"
11
12[lints]
13workspace = true
14
15[lib]
16path = "src/html_to_markdown.rs"
17
18[dependencies]
19anyhow.workspace = true
20html5ever.workspace = true
21markup5ever_rcdom.workspace = true
22regex.workspace = true
23
24[dev-dependencies]
25indoc.workspace = true
26pretty_assertions.workspace = true
27
Served at tenant.openagents/omega Member data and write actions are omitted.