mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
24 lines
418 B
TOML
24 lines
418 B
TOML
[package]
|
|
name = "lune-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
mlua = { version = "0.9.7", features = ["async"] }
|
|
|
|
tokio = { version = "1", default-features = false, features = ["fs"] }
|
|
|
|
dunce = "1.0"
|
|
once_cell = "1.17"
|
|
path-clean = "1.0"
|
|
pathdiff = "0.2"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|