mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
91bf26c336
* update updater * basic utils refactor. * fix platform file. * add errors. * fix cargo.toml * Rename cargo.toml to Cargo.toml * remove warning.
15 lines
427 B
TOML
15 lines
427 B
TOML
[package]
|
|
name = "tauri-utils"
|
|
version = "0.3.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-apps.org"
|
|
repository = "https://github.com/tauri-apps/tauri"
|
|
description = "Utilities for Tauri"
|
|
edition = "2018"
|
|
|
|
|
|
[dependencies]
|
|
sysinfo = "0.10"
|
|
error-chain = "0.12.1"
|