Skip to content

Commit

Permalink
chore: alphabetize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeMasen committed Nov 24, 2022
1 parent 04e87b9 commit abf69b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ categories = ["parsing", "text-processing", "web-programming"]
edition = "2018"

[dependencies]
hash-chain = "0.3"
log = "0.4"
ress = "0.11"
resast = "0.5"
log = "0.4"
res-regex = "0.1"
hash-chain = "0.3"
tracing = "0.1"

[features]
Expand Down Expand Up @@ -48,6 +48,7 @@ harness = false
name = "js-to-json"
path = "examples/js_to_json.rs"
required-features = ["resast/serialization"]

[[example]]
name = "js-to-json-esprima"
path = "examples/js_to_json-esprima.rs"
Expand Down

0 comments on commit abf69b4

Please sign in to comment.