mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:25 +01:00
13 lines
295 B
TOML
13 lines
295 B
TOML
[package]
|
|
name = "yaak-http"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
yaak-models = { workspace = true }
|
|
regex = "1.11.0"
|
|
rustls = { workspace = true, default-features = false, features = ["ring"] }
|
|
rustls-platform-verifier = { workspace = true }
|
|
urlencoding = "2.1.3"
|