/
mkudmi
/
RUF-API-Platform
Обзор
Документация
Войти
/
mkudmi
/
RUF-API-Platform
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
github
src-tauri/Cargo.toml
29 строк
923 B
mkudmi
chore: prepare project for gitverse push
19 май 2026, 09:48
19 май 2026, 09:48
6771068
Код
Авторство
О чём код?
[package] name = "ruf" version = "0.4.88" description = "Ruf desktop app" authors = ["you"] edition = "2021" [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = [] } serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "process"] } sqlx = { version = "0.8", default-features = false, features = ["runtime-tokio-rustls", "postgres", "mysql"] } thiserror = "1" reqwest = { version = "0.12", default-features = false, features = ["native-tls", "rustls-tls", "gzip", "brotli", "deflate", "system-proxy"] } base64 = "0.22" sha2 = "0.10" x509-parser = "0.16" tiny_http = "0.12" [target.'cfg(any(windows, target_os = "linux", target_os = "macos"))'.dependencies] tauri-plugin-updater = "2" tauri-plugin-process = "2" [features] custom-protocol = ["tauri/custom-protocol"]