Skip to content

Commit

Permalink
chore(style): update dprint plugins and format
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Feb 4, 2024
1 parent 260dea6 commit dcc7e34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[workspace]
members = [
"crates/core",
"crates/backend",
"crates/config",
"crates/core",
"crates/testing",
"examples/*",
"crates/config",
]
resolver = "2"

[workspace.package]
rust-version = "1.71.1"

[workspace.dependencies]
aho-corasick = "1.1.2"
rustic_backend = { path = "crates/backend" }
rustic_core = { path = "crates/core" }
simplelog = "0.12.1"
aho-corasick = "1.1.2"

# dev-dependencies
tempfile = "3.9.0"
Expand Down
2 changes: 1 addition & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.16.3.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/toml-0.6.0.wasm",
"https://plugins.dprint.dev/json-0.19.1.wasm"
]
}

0 comments on commit dcc7e34

Please sign in to comment.