lune/crates/lune-std-datetime/Cargo.toml
2025-04-30 15:40:08 +02:00

22 lines
426 B
TOML

[package]
name = "lune-std-datetime"
version = "0.2.2"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - DateTime"
[lib]
path = "src/lib.rs"
[lints]
workspace = true
[dependencies]
mlua = { version = "0.10.3", features = ["luau"] }
thiserror = "2.0"
chrono = "0.4.38"
chrono_lc = "0.1.6"
lune-utils = { version = "0.2.2", path = "../lune-utils" }