mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-19 22:27:51 +01:00
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 }
|