Skip to content

Commit

Permalink
Simplify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Aug 23, 2023
1 parent e09b339 commit 340403e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
name = "deno_config"
version = "0.1.0"
edition = "2021"
authors = ["the Deno authors"]
license = "MIT"
repository = "https://github.com/denoland/deno_config"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.57"
deno_ast = { version = "0.28", features = ["cjs", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transpiling", "typescript", "view", "visit"] }
deno_ast = { version = "0.28", features = ["transpiling"] }
deno_semver = "0.4.0"
indexmap = { version = "1.9.2", features = ["serde"] }
jsonc-parser = { version = "=0.21.1", features = ["serde"] }
Expand Down

0 comments on commit 340403e

Please sign in to comment.