mirror of
https://github.com/lexmount/moli.git
synced 2026-09-26 00:01:32 +00:00
12 lines
201 B
TOML
12 lines
201 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-html-input-temporal"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
time = { version = "0.3", features = ["large-dates"] }
|
|
|
|
[lints]
|
|
workspace = true
|