Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@
!.gitignore
!.gitattributes

# Project files
/.cache/
/.fleet/
/.idea/
/.vscode/

# OS specific temporary files
.DS_Store
Thumbs.db

# Added by cargo
/target/

Expand Down Expand Up @@ -52,7 +42,4 @@ dist/
.env
.env.*
!.env.example

# Tools output
tools/adt/samples/
tools/adt/reports/
perf.data
25 changes: 21 additions & 4 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
# Unified mise configuration for WoW Emulation Rust projects
# mise configuration for WoW Emulation Rust projects
# https://mise.jdx.dev/configuration.html

[tools]
# ── Toolchain ──────────────────────────────────
rust = "1.92"
node = "22"

# ── Build tools ────────────────────────────────
"cargo:cross" = "latest"
"cargo:cargo-binstall" = "latest"
"cargo:wasm-pack" = "latest"

# ── Testing and coverage ──────────────────────
"cargo:cargo-nextest" = "latest"
"cargo:cargo-llvm-cov" = "latest"
mdbook = "latest"

# ── Linting and auditing ─────────────────────
"cargo:cargo-deny" = "latest"
"npm:markdownlint-cli2" = "latest"
actionlint = "latest"
"cargo:cargo-deny" = "latest"
"cargo:cross" = "latest"

# ── Documentation ─────────────────────────────
mdbook = "latest"
"cargo:mdbook-mermaid" = "latest"

# ── Profiling ─────────────────────────────────
"cargo:flamegraph" = "latest"
"cargo:inferno" = "latest"
Loading
Loading