Add basic Rust support for internal testing

This commit is contained in:
Paolo Tranquilli 2024-09-18 13:33:55 +02:00
parent cb28816228
commit 6fc72c19db
6 changed files with 10 additions and 2 deletions

View file

@ -7,6 +7,7 @@ export enum Language {
javascript = "javascript",
python = "python",
ruby = "ruby",
rust = "rust",
swift = "swift",
}