Cargo.toml 221 B

12345678910
  1. [workspace]
  2. members = ["crates/*"]
  3. [profile.bench]
  4. debug = true
  5. # Uncomment this to build the tests with optimizations. This provides better performance when using
  6. # the FUSE file system.
  7. #[profile.test]
  8. #opt-level = 3