meson.build 86 B

1234
  1. project('test', 'rust')
  2. static_library('test', 'foo.rs', rust_crate_type : 'cdylib')