lune/crates/lune-utils/Cargo.toml

19 lines
275 B
TOML

[package]
name = "lune-utils"
version = "0.8.3"
edition = "2021"
license = "MPL-2.0"
[lib]
path = "src/lib.rs"
[lints]
workspace = true
[dependencies]
mlua = { version = "0.9.7", features = ["async"] }
dunce = "1.0"
once_cell = "1.17"
path-clean = "1.0"
pathdiff = "0.2"