Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: implement markdown struct to string transformation
  • Loading branch information
tembleking committed Oct 3, 2025
commit 9acf8073e80b1896bb2fbdedc648dd766a48cb0b
32 changes: 32 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ clap = { version = "4.5.34", features = ["derive"] }
dirs = "6.0.0"
futures = "0.3.31"
itertools = "0.14.0"
markdown-table = "0.2.0"
marked-yaml = { version = "0.8.0", features = ["serde"] }
rand = "0.9.0"
regex = "1.11.1"
Expand Down
Loading