You've already forked AstralRinth
forked from didirus/AstralRinth
* fix(app-lib, labrinth): stricter mrpack file path validation * chore: run `cargo fmt` * tweak: reject reserved Windows device names in mrpacks too
13 lines
271 B
TOML
13 lines
271 B
TOML
[package]
|
|
name = "path-util"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
typed-path.workspace = true
|
|
serde = { workspace = true, features = ["derive"] }
|
|
derive_more = { workspace = true, features = ["display", "deref"] }
|
|
itertools.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|