Skip to content

refactor: move Rust crate to repo root#70

Merged
rubenhensen merged 1 commit intomainfrom
refactor/flatten-crate-structure
Mar 27, 2026
Merged

refactor: move Rust crate to repo root#70
rubenhensen merged 1 commit intomainfrom
refactor/flatten-crate-structure

Conversation

@rubenhensen
Copy link
Copy Markdown
Contributor

Summary

  • Moves the Rust crate from cryptify/ subdirectory to the repository root, eliminating the redundant cryptify/cryptify/ nesting
  • Updates Dockerfile, dev.Dockerfile, docker-compose files, and release-plz workflow to use the new paths
  • Merges the crate's .gitignore entries into the root .gitignore

Test plan

  • Verify Docker build succeeds (docker build .)
  • Verify dev Docker Compose works (docker compose -f docker-compose.dev.yml up)
  • Verify release-plz workflow detects Cargo.toml at the new path
  • Verify CI delivery pipeline builds correctly

Eliminates the redundant cryptify/cryptify/ nesting by moving Cargo.toml,
Cargo.lock, src/, templates/, and CHANGELOG.md to the repository root.

Updates Dockerfile, dev.Dockerfile, docker-compose.yml, docker-compose.dev.yml,
and the release-plz workflow to reference the new paths.
@rubenhensen rubenhensen merged commit eb6084e into main Mar 27, 2026
2 checks passed
@rubenhensen rubenhensen deleted the refactor/flatten-crate-structure branch March 27, 2026 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant