tauri-plugin-phyto 0.1.24

Tauri plugin that exposes an HTTP automation server for Phyto end-to-end testing
Documentation
1
2
3
4
5
6
const COMMANDS: &[&str] = &["eval_callback", "signal_ready"];

fn main() {
    tauri_plugin::Builder::new(COMMANDS)
        .build();
}