Skip to content

Commit 3639b73

Browse files
author
Ruslan
committed
WIP: getting bus api working, CORS errors
1 parent 8a43956 commit 3639b73

3 files changed

Lines changed: 126 additions & 69 deletions

File tree

Cargo.lock

Lines changed: 39 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ version = "0.2.0"
44
edition = "2021"
55

66
[dependencies]
7-
charming = { version = "0.5.1", features = ["wasm"] }
7+
charming = { version = "0.6.0", features = ["wasm"] }
88
chrono = "0.4.41"
99
futures = "0.3.31"
1010
gloo-console = "0.3.0"
1111
gloo-net = "0.6.0"
1212
gloo-storage = "0.3.0"
1313
serde = { version = "1.0.217", features = ["derive"] }
14+
serde_json = "1.0.140"
1415
web-sys = { version = "0.3.77", features = ["HtmlFormElement"] }
1516
yew = { version = "0.21.0", features = ["csr"] }
1617
yew-hooks = "0.3.3"

0 commit comments

Comments
 (0)