forked from didirus/AstralRinth
Taplo and typos in CI, TOML cleanup (#4510)
* Taplo and typos in CI * Clean up Cargo.toml files * Fix CI * Fix CI * Run typos in CI * Loosen typos a bit * Fix typos * Fix taplo * Switch to Tombi * Fix Tombi errors * Remove unused typos config * Tombi fmt * Remove extraneous cargo fmt * fix typos
This commit is contained in:
@@ -3,10 +3,10 @@ name = "path-util"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
typed-path.workspace = true
|
||||
serde.workspace = true
|
||||
derive_more = { workspace = true, features = ["display", "deref"] }
|
||||
itertools.workspace = true
|
||||
derive_more = { workspace = true, features = ["deref", "display"] }
|
||||
itertools = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
typed-path = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user