mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 23:43:55 +01:00
11 lines
170 B
TOML
11 lines
170 B
TOML
[package]
|
|
name = "yaak-http"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
yaak-models = { workspace = true }
|
|
regex = "1.11.0"
|
|
urlencoding = "2.1.3"
|