Skip to content

Commit

Permalink
cleanups to Cargo.toml, README.md
Browse files Browse the repository at this point in the history
- clean up dependencies
- update dependencies
- add links to readme shield images
  • Loading branch information
yshavit authored Jun 19, 2024
1 parent 712821a commit 4945172
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 145 deletions.
145 changes: 8 additions & 137 deletions Cargo.lock

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

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ edition = "2021"

[dependencies]
markdown = "1.0.0-alpha.16"
serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.9"
regex = "1.10.4"
log = "0.4.21"

[dev-dependencies]
indoc = "2"
lazy_static = "1.4.0"
paste = "1.0.15"
paste = "1.0"
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
![Code Coverage](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fyshavit%2F53901a0115b596e015a891c41fb0f256%2Fraw%2Fmdq-coverage.json)
![Pending TODOs](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fyshavit%2Fe7a9e9e72651da0d7d2b1fbbe56237d0%2Fraw%2Fmdq-todos.json)

[![Code Coverage][coverage-shield]][coverage-link]
[![Pending TODOs][todos-shield]][todos-link]

[coverage-shield]: https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fyshavit%2F53901a0115b596e015a891c41fb0f256%2Fraw%2Fmdq-coverage.json
[coverage-link]: https://github.com/yshavit/mdq/actions/workflows/coverage.yml?query=branch%3Amain
[todos-shield]: https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fyshavit%2Fe7a9e9e72651da0d7d2b1fbbe56237d0%2Fraw%2Fmdq-todos.json
[todos-link]: https://github.com/search?q=repo%3Ayshavit%2Fmdq+NOT+path%3A.github%2Fworkflows%2Fcoverage.yml+NOT+path%3AREADME.md+todo&type=code

0 comments on commit 4945172

Please sign in to comment.