Skip to content

Commit 6b32fcb

Browse files
committed
refactor: Replace waki with wstd for the turso activity
1 parent d9e1ada commit 6b32fcb

5 files changed

Lines changed: 300 additions & 105 deletions

File tree

Cargo.lock

Lines changed: 135 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ edition = "2024"
1717
rust-version = "1.90.0"
1818

1919
[workspace.dependencies]
20+
anyhow = "1.0"
2021
cynic = "3.12.0"
2122
cynic-codegen = "3.12.0"
2223
derive_more = { version = "2.1", features = ["display"] }
@@ -34,6 +35,7 @@ sha2 = "0.10.9"
3435
waki = { version = "0.5.1", features = ["json"] }
3536
waki-macros = "0.5.1"
3637
wit-bindgen = "0.50.0"
38+
wstd = "0.6.3"
3739

3840
[profile.release]
3941
opt-level = "s"

activity/db/turso/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ version.workspace = true
1313
crate-type = ["cdylib"]
1414

1515
[dependencies]
16+
anyhow.workspace = true
1617
humantime.workspace = true
1718
serde.workspace = true
1819
serde_json.workspace = true
19-
waki.workspace = true
2020
wit-bindgen.workspace = true
21+
wstd.workspace = true
2122

2223
[dev-dependencies]
2324
rand.workspace = true

0 commit comments

Comments
 (0)