12 lines
214 B
TOML
12 lines
214 B
TOML
[package]
|
|
name = "time-converter"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = "0.8.9"
|
|
chrono = "0.4.45"
|
|
chrono-tz = "0.10.4"
|
|
serde_json = "1.0.150"
|
|
tokio = { version = "1.52.3", features = ["full"] }
|