Cargo.toml 394 B

12345678910111213141516171819
  1. [workspace]
  2. members = [
  3. "crates/btlib",
  4. "crates/btmsg",
  5. "crates/btserde",
  6. "crates/swtpm-harness",
  7. "crates/btfproto",
  8. "crates/btfproto-tests",
  9. "crates/btfuse",
  10. "crates/btfs",
  11. ]
  12. [profile.bench]
  13. debug = true
  14. # Uncomment this to build the tests with optimizations. This provides better performance when using
  15. # the FUSE file system.
  16. #[profile.test]
  17. #opt-level = 3