diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ edition = "2021" # HTTP hyper = { version = "1.0.0-rc.2", features = ["full"] } http-body-util = "0.1.0-rc.2" +headers = "0.3.8" +percent-encoding = "2.2.0" # TLS rustls-pemfile = "1.0.2" |