# tauri-plugin-localhost **Repository Path**: Jackyong/tauri-plugin-localhost ## Basic Information - **Project Name**: tauri-plugin-localhost - **Description**: An official Tauri Plugin for using a localhost server in production apps. - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-10 - **Last Updated**: 2022-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tauri Plugin Localhost ### usage Cargo.toml: ``` [dependencies.tauri-plugin-localhost] git = "https://github.com/xtcel/tauri-plugin-localhost" branch = "dev" ```