-
- Downloads
add "method == "call"" support
[package] | [package] | ||
name = "drone" | name = "drone" | ||
version = "0.2.3" | version = "0.2.4" | ||
edition = "2021" | edition = "2021" | ||
authors = ["Deathwing <hi@deathwing.me>"] | authors = ["Deathwing <hi@deathwing.me>"] | ||
description = "A caching reverse-proxy application for the Hive blockchain." | description = "A caching reverse-proxy application for the Hive blockchain." | ||
... | @@ -17,3 +17,4 @@ humantime = "2.1.0" | ... | @@ -17,3 +17,4 @@ humantime = "2.1.0" |
config = "0.13.3" | config = "0.13.3" | ||
serde_with = "2.3.1" | serde_with = "2.3.1" | ||
actix-cors = "0.6.4" | actix-cors = "0.6.4" | ||
async-recursion = "1.0.5" | |||
\ No newline at end of file |
Please register or sign in to comment