terraphim_update 1.0.0

Shared auto-update functionality for Terraphim AI binaries
Documentation
[package]
name = "terraphim_update"
version = "1.0.0"
edition = "2021"
authors = ["Terraphim Contributors"]
description = "Shared auto-update functionality for Terraphim AI binaries"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
license = "Apache-2.0"

[dependencies]
anyhow = "1.0"
thiserror = "1.0"
self_update = { version = "0.40", features = ["archive-tar", "compression-flate2"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"