| 123456789101112131415161718192021 | [workspace]members = [    "crates/btlib",    "crates/btnode",    "crates/btmsg",    "crates/btserde",    "crates/harness",    "crates/test-harness",    "crates/btfuse",    "crates/swtpm-harness",    "crates/btfs",    "crates/btfproto",][profile.bench]debug = true# Uncomment this to build the tests with optimizations. This provides better performance when using# the FUSE file system.#[profile.test]#opt-level = 3
 |