diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ hmac = "0.12" hex = "0.4" hyper = { version = "0.14", features = ["full"] } log = "0.4" +rand = { version = "0.8", features = ["getrandom"] } +rand_core = "0.6.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_urlencoded = "0.7" |