support provide context

This commit is contained in:
Julian Freeman
2026-02-24 16:36:08 -04:00
parent f183cccd5b
commit d9f0af53c4
5 changed files with 47 additions and 23 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -19,7 +19,7 @@ dependencies = [
[[package]]
name = "ai-translate-client"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"futures-util",
"reqwest 0.12.28",

View File

@@ -1,6 +1,6 @@
[package]
name = "ai-translate-client"
version = "0.2.1"
version = "0.3.0"
description = "A client using AI models to translate"
authors = ["Julian"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ai-translate-client",
"version": "0.2.1",
"version": "0.3.0",
"identifier": "top.volan.ai-translate-client",
"build": {
"beforeDevCommand": "pnpm dev",