lune/crates/lune-std-fs/Cargo.toml
2024-04-21 19:34:37 +02:00

16 lines
230 B
TOML

[package]
name = "lune-std-fs"
version = "0.8.3"
edition = "2021"
license = "MPL-2.0"
[lib]
path = "src/lib.rs"
[lints]
workspace = true
[dependencies]
mlua = "0.9.7"
lune-utils = { version = "0.8.3", path = "../lune-utils" }