Skip to content

Commit

Permalink
First working test of rewriting markdown file. LOTS of cleanup to sti…
Browse files Browse the repository at this point in the history
…ll come.
  • Loading branch information
jsuereth committed Mar 14, 2024
1 parent a831778 commit 449b976
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 75 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/weaver_semconv_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ weaver_resolver = { path = "../weaver_resolver" }
weaver_resolved_schema = { path = "../weaver_resolved_schema" }
weaver_semconv = { path = "../weaver_semconv" }
itertools = "0.12.1"
similar = "2.4.0"
regex = "1.10.3"

thiserror.workspace = true
serde.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ The following attributes can be important for making sampling decisions and SHOU
| `udp` | UDP |
| `pipe` | Named or anonymous pipe. |
| `unix` | Unix domain socket |
<!-- endsemconv -->
<!-- endsemconv -->
Loading

0 comments on commit 449b976

Please sign in to comment.