Skip to content

Commit

Permalink
Move crates
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Mar 10, 2024
1 parent af3623e commit e7f1170
Show file tree
Hide file tree
Showing 14 changed files with 201 additions and 187 deletions.
382 changes: 198 additions & 184 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"

default-members = ["html-query"]
default-members = ["crates/html-query"]

members = ["html-query", "html-query-ast", "html-query-extractor", "html-query-web-ui"]
members = ["crates/html-query", "crates/html-query-ast", "crates/html-query-extractor", "crates/html-query-web-ui"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion html-query/Cargo.toml → crates/html-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Tom Forbes <[email protected]>"]
repository = "https://github.com/orf/hq"
license = "MIT"
description = "jq, but for HTML"
readme = "../README.md"
readme = "../../README.md"

[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e7f1170

Please sign in to comment.