test rust directly

This commit is contained in:
Anthony Sottile 2023-01-29 18:27:10 -05:00
parent 6eacdd440e
commit 2adca78c6f
7 changed files with 61 additions and 128 deletions

View file

@ -1,5 +0,0 @@
- id: rust-hook
name: rust example hook
entry: rust-hello-world
language: rust
files: ''

View file

@ -1,3 +0,0 @@
[[package]]
name = "rust-hello-world"
version = "0.1.0"

View file

@ -1,3 +0,0 @@
[package]
name = "rust-hello-world"
version = "0.1.0"

View file

@ -1,3 +0,0 @@
fn main() {
println!("hello world");
}