Move call
into a separate feature in the workspace
This commit is contained in:
parent
9d1e2f5278
commit
25ed82c994
7 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue