mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
5 lines
62 B
Rust
5 lines
62 B
Rust
![]() |
extern crate napi_build;
|
||
|
|
||
|
fn main() {
|
||
|
napi_build::setup();
|
||
|
}
|