2022-07-17 21:38:02 +03:00
|
|
|
[package]
|
|
|
|
name = "time-funcs"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-05-13 18:29:36 +03:00
|
|
|
publish = false
|
2022-07-17 21:38:02 +03:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0"
|
2023-04-18 23:50:42 +03:00
|
|
|
chrono = {version="0.4", default-features=false, features=["unstable-locales"]}
|
2022-07-17 21:38:02 +03:00
|
|
|
config = { path = "../../config" }
|
|
|
|
luahelper = { path = "../../luahelper" }
|
2022-07-18 16:38:36 +03:00
|
|
|
lazy_static = "1.4"
|
|
|
|
promise = { path = "../../promise" }
|
2024-05-13 20:01:35 +03:00
|
|
|
smol = "2.0"
|
2023-04-21 07:56:10 +03:00
|
|
|
spa = "0.3.1"
|
2022-07-17 21:38:02 +03:00
|
|
|
wezterm-dynamic = { path = "../../wezterm-dynamic" }
|