mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
24 lines
463 B
TOML
24 lines
463 B
TOML
[package]
|
|
name = "lune-utils"
|
|
version = "0.1.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.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"
|