Skip to content

Commit

Permalink
feat: add semver module (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Feb 11, 2023
1 parent 574d5c5 commit 581e436
Show file tree
Hide file tree
Showing 11 changed files with 2,152 additions and 143 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/npm
deno.lock
.vscode
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

28 changes: 28 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ anyhow = "1.0.43"
data-url = "0.2.0"
deno_ast = { version = "0.24.0", features = ["dep_graph", "module_specifier"] }
futures = "0.3.17"
monch = "0.4.0"
once_cell = "1.16.0"
parking_lot = "0.12.0"
regex = "1.5.4"
serde = { version = "1.0.130", features = ["derive", "rc"] }
serde_json = { version = "1.0.67", features = ["preserve_order"] }
thiserror = "1.0.24"
url = { version = "2.2.2", features = ["serde"] }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 581e436

Please sign in to comment.