Skip to content

Commit

Permalink
Remove unused deps thanks to cargo-machete
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Apr 27, 2022
1 parent 44b2f99 commit 844576e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ mime_guess = "2.0"

site = { path = "components/site" }
errors = { path = "components/errors" }
content = { path = "components/content" }
utils = { path = "components/utils" }
search = { path = "components/search" }
libs = { path = "components/libs" }


Expand Down
1 change: 0 additions & 1 deletion components/errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
libs = { path = "../libs" }
anyhow = "1.0.56"
2 changes: 0 additions & 2 deletions components/markdown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ edition = "2021"
include = ["src/**/*"]

[dependencies]
serde = {version = "1.0", features = ["derive"] }
pest = "2"
pest_derive = "2"

errors = { path = "../errors" }
utils = { path = "../utils" }
config = { path = "../config" }
link_checker = { path = "../link_checker" }
libs = { path = "../libs" }

[dev-dependencies]
Expand Down

0 comments on commit 844576e

Please sign in to comment.