mirror of
https://github.com/tauri-apps/tauri-invoke-http.git
synced 2026-01-31 00:45:20 +01:00
24 lines
569 B
TOML
24 lines
569 B
TOML
[package]
|
|
name = "tauri-invoke-http"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
rust-version = "1.60"
|
|
authors = [ "Tauri Programme within The Commons Conservancy" ]
|
|
categories = [ "gui", "web-programming" ]
|
|
license = "Apache-2.0 OR MIT"
|
|
homepage = "https://tauri.studio"
|
|
repository = "https://github.com/tauri-apps/tauri-invoke-http"
|
|
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
|
exclude = [
|
|
"/examples",
|
|
".license_template",
|
|
"CHANGELOG.md",
|
|
"/target"
|
|
]
|
|
|
|
[dependencies]
|
|
tauri = "1"
|
|
tiny_http = "0.12"
|
|
portpicker = "0.1"
|
|
serde_json = "1.0"
|