forked from AxTps/Starlight_Lancher
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
|