Skip to content

Commit dfa7e24

Browse files
committedJun 11, 2024·
🐈
1 parent f710c63 commit dfa7e24

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
 

‎client/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ebobo-shared = { path = "../shared" }
88
sycamore = { version = "0.9.0-beta.2", features = ["suspense"] }
99
sycamore-router = "0.9.0-beta.2"
1010
wasm-fingerprint = { git = "https://github.com/dotnicht/wasm-fingerprint.git" }
11-
wasm-rs-async-executor = "0.9.0"
1211
web-sys = "0.3.68"
1312
log = "0.4.17"
1413
console_log = "1.0.0"

‎server/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ edition = "2021"
55

66
[dependencies]
77
ebobo-shared = { path = "../shared" }
8-
anyhow = "1.0.81"
9-
log = "0.4.21"
108
serde = { version = "1.0.197", features = ["derive"] }
11-
tokio = "1.26.0"
129
rocket = { version = "0.5.0", features = ["json"] }
1310
rocket_ws = "0.1.1"
1411
shuttle-rocket = "0.45.0"
1512
shuttle-runtime = "0.45.0"
16-
sqlx = { version = "0.7.4", features = ["runtime-tokio", "tls-native-tls"] }
1713
sea-orm = { version = "0.12.14", features = ["sqlx-postgres", "runtime-tokio-native-tls", "macros"] }

0 commit comments

Comments
 (0)
Please sign in to comment.