mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-17 13:17:07 +02:00
52732e12ec
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com
13 lines
259 B
TOML
13 lines
259 B
TOML
[package]
|
|
name = "yaak-api"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
log = { workspace = true }
|
|
reqwest = { workspace = true, features = ["gzip"] }
|
|
sysproxy = "0.3"
|
|
thiserror = { workspace = true }
|
|
yaak-common = { workspace = true }
|