Problem
Docker Integration Tests are failing with:
error: failed to parse manifest at `/app/Cargo.toml`
can't find library `src_tauri_lib`, rename file to `src/lib.rs` or specify lib.path
Root Cause
The Cargo.toml library configuration is not correctly set up for Docker builds.
Solution
- Verify
src-tauri/Cargo.toml library path configuration
- Ensure library name matches actual file structure
- Test Docker build with corrected configuration
Priority
MEDIUM - Pre-existing infrastructure issue (not blocking PR #36)
Related
Problem
Docker Integration Tests are failing with:
Root Cause
The
Cargo.tomllibrary configuration is not correctly set up for Docker builds.Solution
src-tauri/Cargo.tomllibrary path configurationPriority
MEDIUM - Pre-existing infrastructure issue (not blocking PR #36)
Related