| 1 |
[package] |
| 2 |
name = "quasi-http" |
| 3 |
version = "0.109.0" |
| 4 |
description = "The http-shaped seam quasi's webview host adapters share: decoding in, a rendered description out" |
| 5 |
edition.workspace = true |
| 6 |
rust-version.workspace = true |
| 7 |
authors.workspace = true |
| 8 |
repository.workspace = true |
| 9 |
license.workspace = true |
| 10 |
publish = false |
| 11 |
|
| 12 |
[lints] |
| 13 |
workspace = true |
| 14 |
|
| 15 |
[dependencies] |
| 16 |
quasi-router = { path = "../quasi-router", version = "0.109" } |
| 17 |
http = "1.3.1" |
| 18 |
form_urlencoded = "1.2.2" |
| 19 |
|