You've already forked AstralRinth
* 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
13 lines
260 B
TOML
13 lines
260 B
TOML
[package]
|
|
name = "path-util"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
derive_more = { workspace = true, features = ["deref", "display"] }
|
|
itertools = { workspace = true }
|
|
serde = { workspace = true }
|
|
typed-path = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|