Files
RPC/Cargo.toml
aewing dd2f00cd37 Convert to NAS folder opener HTTP server
- Replace Slint UI with HTTP server using actix-web
- Add CORS support for prism.ccllc.pro
- Implement /open endpoint to open NAS folders in file explorer
- Add /health endpoint for server status
- Support Windows, macOS, and Linux
- Update README with usage instructions
2026-01-16 15:02:02 +00:00

11 lines
181 B
TOML

[package]
name = "rpc"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.4"
actix-cors = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"