2024-05-12 12:30:32 +01:00
|
|
|
[package]
|
|
|
|
name = "lune-utils"
|
2024-06-01 20:42:36 +01:00
|
|
|
version = "0.1.1"
|
2024-05-12 12:30:32 +01:00
|
|
|
edition = "2021"
|
|
|
|
license = "MPL-2.0"
|
2024-05-12 13:32:39 +01:00
|
|
|
repository = "https://github.com/lune-org/lune"
|
|
|
|
description = "Utilities library for Lune"
|
2024-05-12 12:30:32 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
mlua = { version = "0.9.7", features = ["luau", "async"] }
|
|
|
|
|
|
|
|
tokio = { version = "1", default-features = false, features = ["fs"] }
|
|
|
|
|
|
|
|
console = "0.15"
|
|
|
|
dunce = "1.0"
|
|
|
|
once_cell = "1.17"
|
|
|
|
path-clean = "1.0"
|
|
|
|
pathdiff = "0.2"
|