rejson 0.6.1

A command line utility for managing secrets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is used for building binaries using task release:build.
# Development env is handled by the flake, so we don't use this.
[toolchain]
channel = "1.91.1"
components = ["clippy"]
targets = [
  "aarch64-apple-darwin",
  "aarch64-unknown-linux-gnu",
  "x86_64-apple-darwin",
  "x86_64-unknown-linux-gnu",
  "x86_64-unknown-linux-musl",
]
profile = "minimal"