mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
feat: generate qt jsonrpc bindings (#8330)
- [x] When yerpc is released, fix dependency in Cargo.toml
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use deltachat_jsonrpc::api::write_ts_bindings;
|
||||
use deltachat_jsonrpc::api::{write_qt_bindings, write_ts_bindings};
|
||||
use std::path::Path;
|
||||
|
||||
fn main() {
|
||||
write_ts_bindings(Path::new("typescript/generated"));
|
||||
write_qt_bindings(Path::new("qt/generated"), "deltachat");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user