1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 06:54:45 +03:00
wezterm/lua-api-crates/time-funcs/Cargo.toml
2024-05-13 10:26:29 -07:00

19 lines
503 B
TOML

[package]
name = "time-funcs"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
chrono = {version="0.4", default-features=false, features=["unstable-locales"]}
config = { path = "../../config" }
luahelper = { path = "../../luahelper" }
lazy_static = "1.4"
promise = { path = "../../promise" }
smol = "2.0"
spa = "0.3.1"
wezterm-dynamic = { path = "../../wezterm-dynamic" }