12345678910111213141516171819 |
- [workspace]
- members = [
- "crates/btlib",
- "crates/btmsg",
- "crates/btserde",
- "crates/swtpm-harness",
- "crates/btfproto",
- "crates/btfproto-tests",
- "crates/btfuse",
- "crates/btfs",
- ]
- [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
|