forked from ZcashFoundation/z3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml
More file actions
28 lines (22 loc) · 739 Bytes
/
mise.toml
File metadata and controls
28 lines (22 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Zforge Development Tools
#
# Rust versions are managed by rust-toolchain.toml in each submodule.
# This file pins external tools only.
#
# Usage:
# mise install # Install pinned versions
# mise trust # Trust this config (first time only)
[tools]
# Protocol buffer compiler (for gRPC)
protobuf = "29"
# GitHub CLI (for fork command)
github-cli = "2.65"
# Process manager for running services (requires tmux)
"go:github.com/DarthSim/overmind/v2" = "latest"
# JSON processor (helpful for RPC debugging)
jq = "1.7"
# gRPC CLI (for testing Zaino endpoints)
grpcurl = "1.9"
[env]
# Ensure cargo uses the workspace target directory for shared builds
# (Each submodule still gets its own due to different rust-toolchain.toml)