Cargo.toml 365 B

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