24 lines
715 B
TOML
24 lines
715 B
TOML
[package]
|
|
name = "tauri-plugin-aptabase"
|
|
version = "0.4.1"
|
|
license = "MIT"
|
|
description = "Tauri Plugin for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps"
|
|
authors = [ "Guilherme Oenning" ]
|
|
edition = "2021"
|
|
rust-version = "1.59"
|
|
readme = "README.md"
|
|
repository = "https://github.com/aptabase/tauri-plugin-aptabase"
|
|
exclude = ["/examples", "/webview-dist", "/webview-src", "node_modules"]
|
|
|
|
[dependencies]
|
|
tauri = { version = "1", features = ["os-api"] }
|
|
tokio = "1"
|
|
futures = "0"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
time = { version = "0.3", features = ["formatting"]}
|
|
os_info = "3"
|
|
uuid = "1"
|
|
log = "0.4"
|