tauri/tauri-updater/Cargo.toml
2020-02-05 19:10:38 -05:00

22 lines
691 B
TOML

[package]
name = "tauri-updater"
version = "0.2.0"
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>", "Daniel Thompson-Yvetot <denjell@sfosc.org>", "Tensor Programming <tensordeveloper@gmail.com>"]
license = "MIT"
homepage = "https://tauri.studio"
repository = "https://github.com/tauri-apps/tauri"
description = "Updater for Tauri"
edition = "2018"
exclude = ["test/fixture/**"]
[dependencies]
attohttpc = {version = "0.10.1", features=["json", "compress" ]}
# pbr = "1"
serde_json = "1.0"
serde = "1.0"
zip = "0.5.3"
tempdir = "0.3"
error-chain = "0.12.1"
tauri-api = { version = "0.3", path = "../tauri-api" }
tauri-utils = { version = "0.3", path = "../tauri-utils" }