lune/crates/lune-utils/Cargo.toml
2025-04-30 15:40:08 +02:00

23 lines
411 B
TOML

[package]
name = "lune-utils"
version = "0.2.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Utilities library for Lune"
[lib]
path = "src/lib.rs"
[lints]
workspace = true
[dependencies]
mlua = { version = "0.10.3", features = ["luau", "async"] }
console = "0.15"
dunce = "1.0"
path-clean = "1.0"
pathdiff = "0.2"
parking_lot = "0.12.3"
semver = "1.0"