Move call into a separate feature in the workspace

This commit is contained in:
Kirill Bulatov 2025-08-23 16:03:03 +03:00
parent 9d1e2f5278
commit 25ed82c994
7 changed files with 8 additions and 7 deletions

View file

@ -13,6 +13,7 @@ path = "src/workspace.rs"
doctest = false
[features]
default = ["call"]
test-support = [
"call/test-support",
"client/test-support",
@ -29,7 +30,7 @@ test-support = [
any_vec.workspace = true
anyhow.workspace = true
async-recursion.workspace = true
call.workspace = true
call = { workspace = true, optional = true }
client.workspace = true
clock.workspace = true
collections.workspace = true