b21214d1f1
- @tauri-apps/plugin-http instalado (npm + Cargo.toml + capabilities) - src-tauri/src/main.rs: registrado tauri_plugin_http::init() - services/teams.ts: servicio para enviar mensajes Teams via webhook soporta Tauri plugin y browser fetch con fallback automático incluye notifyHUCreated, notifyBlockerLogged, sendTestMessage - SettingsView: nueva sección Teams con input de webhook URL + botón test - ChartAreaInteractive.vue: removido import no usado (@unovis/vue)
17 lines
333 B
TOML
17 lines
333 B
TOML
[package]
|
|
name = "alpha"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-opener = "2"
|
|
tauri-plugin-http = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
libsql = "0.9"
|
|
dirs-next = "2"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|