lune/crates/lune-utils/Cargo.toml

25 lines
463 B
TOML
Raw Normal View History

2024-05-12 12:30:32 +01:00
[package]
name = "lune-utils"
2024-06-23 11:55:47 +01:00
version = "0.1.2"
2024-05-12 12:30:32 +01:00
edition = "2021"
license = "MPL-2.0"
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"