feat(kanban): acknowledge idempotent server command
req: sync/001\nreq: sync/005\nreq: sync/006\nreq: sync/007\nreq: sync/008\nreq: sync/012\nreq: sync/013
This commit is contained in:
@@ -6,7 +6,7 @@ publish = false
|
||||
|
||||
[features]
|
||||
default = ["server"]
|
||||
server = ["dep:axum", "dep:futures-util", "dep:hemx-axum", "dep:tokio"]
|
||||
server = ["dep:axum", "dep:futures-util", "dep:hemx-axum", "dep:serde", "dep:serde_json", "dep:tokio"]
|
||||
client = ["hemx/client"]
|
||||
fixture = []
|
||||
|
||||
@@ -29,6 +29,8 @@ axum = { version = "0.8", optional = true }
|
||||
futures-util = { version = "0.3", optional = true }
|
||||
hemx = { path = "../../hemx" }
|
||||
hemx-axum = { path = "../../hemx-axum", optional = true }
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1", optional = true }
|
||||
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "time"], optional = true }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user