Skip to content

Commit 2f5c2c0

Browse files
committed
start of frontend application
1 parent 93d233b commit 2f5c2c0

File tree

5 files changed

+1018
-37
lines changed

5 files changed

+1018
-37
lines changed

crates/web-ui/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ axum.workspace = true
2929
tower.workspace = true
3030
tower-http.workspace = true
3131
uuid = { version = "1.6", features = ["v4", "serde"] }
32+
chrono = { version = "0.4", features = ["serde"] }
3233

3334
[dev-dependencies]
3435
tokio = { workspace = true, features = ["test-util"] }

0 commit comments

Comments
 (0)