Skip to content

Commit adf3588

Browse files
authored
Add toolchain support info to README
1 parent 1f0b88b commit adf3588

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,19 @@ Verify the attested build created above like this:
108108
kettle verify ripgrep/kettle-build
109109
```
110110

111+
## Supported toolchains
112+
113+
Today, Kettle supports building, attesting, and verifying software packaged with:
114+
115+
- Cargo, for programs written in Rust
116+
- pnpm, for programs written in JavaScript and TypeScript
117+
- nix, for programs written in any language
118+
119+
Planned toolchain support includes:
120+
121+
- uv, for programs written in Python
122+
- go, for programs written in Go
123+
111124
## Development
112125

113126
Use `cargo nextest run` to run the tests for any platform.

0 commit comments

Comments
 (0)