AppFlowy/frontend/appflowy_web/wasm-libs/af-user/Cargo.toml
Nathan.fooo fda70ff560
feat: folder web (#4580)
* chore: folder wasm

* chore: folder wasm

* chore: resolve deps

* chore: fix trait

* chore: try localset

* chore: fix

* chore: fix

* chore: fix

* chore: async init sdk

* chore: fix test

* chore: fix test
2024-02-04 05:50:23 +08:00

29 lines
906 B
TOML

[package]
name = "af-user"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
af-persistence.workspace = true
lib-dispatch = { workspace = true }
flowy-derive = { workspace = true }
flowy-error = { workspace = true, features = ["impl_from_dispatch_error", "impl_from_collab_persistence"] }
flowy-user-pub = { workspace = true }
strum_macros = "0.25.2"
tracing.workspace = true
lib-infra = { workspace = true }
collab = { workspace = true, features = ["async-plugin"] }
collab-entity.workspace = true
collab-user.workspace = true
collab-integrate = { workspace = true }
protobuf.workspace = true
bytes.workspace = true
anyhow.workspace = true
wasm-bindgen-futures.workspace = true
tokio = { workspace = true, features = ["sync"] }
[build-dependencies]
flowy-codegen = { workspace = true, features = ["ts"] }