mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
6258d1137e
bump api version
36 lines
943 B
TOML
36 lines
943 B
TOML
[package]
|
|
name = "tauri-api"
|
|
version = "0.5.1"
|
|
authors = ["Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>", "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 = "Make tiny, secure apps for all desktop platforms with Tauri"
|
|
edition = "2018"
|
|
exclude = ["test/fixture/**"]
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
serde_repr = "0.1"
|
|
dirs = "2.0.2"
|
|
ignore = "0.4.11"
|
|
zip = "0.5.4"
|
|
tempdir = "0.3"
|
|
semver = "0.9"
|
|
tempfile = "3"
|
|
either = "1.5.3"
|
|
tar = "0.4"
|
|
flate2 = "1"
|
|
error-chain = "0.12"
|
|
rand = "0.7"
|
|
nfd = "0.0.4"
|
|
attohttpc = {version = "0.13.0", features=["json", "form" ]}
|
|
http = "0.2"
|
|
tauri-utils = {version = "0.5", path = "../tauri-utils"}
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.9.2"
|
|
quickcheck_macros = "0.9.1"
|
|
totems = "0.2.7"
|