Cargo.toml 421 B

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