[workspace]
members = [
    "crates/btlib",
    "crates/btlib-tests",
    "crates/btmsg",
    "crates/btserde",
    "crates/swtpm-harness",
    "crates/btfproto",
    "crates/btfproto-tests",
    "crates/btfuse",
    "crates/btfsd",
]

[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