# Cargo configuration for StemeDB # Deny warnings in release builds [target.'cfg(all())'] rustflags = ["-D", "warnings"] # Speed up builds with parallel linking [build] jobs = 8