chore: scaffold workspace with nextest and docker compose

Workspace with 6 crates: wfe-core, wfe-sqlite, wfe-postgres,
wfe-opensearch, wfe-valkey, and wfe (umbrella). Nextest profiles
for default, integration, and CI. Docker compose for PostgreSQL,
Valkey, and OpenSearch integration tests.
This commit is contained in:
2026-03-25 20:05:34 +00:00
commit 098564db51
4 changed files with 129 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
/target
Cargo.lock
*.swp
*.swo
.DS_Store
.env