(executables
 (names tuples_example)
 (libraries alcotest base tuples_example_rust_lib threads.posix))

(rule
 (alias runtest)
 (action
  (run ./tuples_example.exe)))
