diff --git a/Cargo.toml b/Cargo.toml index f375a40..95181fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,13 +22,14 @@ tairitsu-database = { git = "https://github.com/celestia-island/tairitsu" } anyhow = "^1" async-trait = "^0.1" -derive_more = "*" +derive_more = { version = "^1", features = ["full"] } once_cell = "^1" base64 = "^0.22" bytes = "^1" chrono = { version = "^0.4", features = ["serde", "unstable-locales"] } futures = "^0.3" +cfg-if = "^1" serde = { version = "^1", features = ["derive"] } serde_json = "^1" @@ -68,7 +69,9 @@ wasm-bindgen = "0.2.92" wasm-bindgen-futures = "^0.4" gloo = "^0.11" -sled = "^0.34" +sea-orm = "^1" +worker = "^0.3" + image = { version = "^0.25", features = ["gif", "jpeg", "png", "webp"] } webp = "^0.3" webp-animation = "^0.9" @@ -77,4 +80,3 @@ webp-animation = "^0.9" yew = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" } yew-router = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" } stylist = { git = "https://github.com/langyo/stylist-rs", branch = "wasi-support" } -sea-orm = { git = "https://github.com/langyo/sea-orm.git", branch = "async-proxy-conn" }