Skip to content

Commit

Permalink
chore: clean config
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed May 11, 2024
1 parent f01510b commit 6ddf0b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

16 changes: 9 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ resolver = "2"


[workspace.dependencies]
anyhow = "1"
dprint-core = "0.66.1"
ruff_fmt_config = { path = "crates/ruff_fmt_config" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.3" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.4.3" }
serde = { version = "1.0" }
serde-wasm-bindgen = "0.6"
serde_json = { version = "1.0.116" }
testing_macros = "0.2.12"
wasm-bindgen = "0.2.92"


anyhow = "1"
dprint-core = "0.66.1"
serde = "1.0"
serde-wasm-bindgen = "0.6"
serde_json = "1.0"
testing_macros = "0.2.12"
wasm-bindgen = "0.2.92"


[profile.release]
Expand Down

0 comments on commit 6ddf0b7

Please sign in to comment.