diff options
| author | seth <[email protected]> | 2023-04-07 19:39:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-07 20:00:57 -0400 |
| commit | 83f885ee8d762551a6c5d8ea5ab3719cde76464a (patch) | |
| tree | b81ee4ed2b6c935023b51be22de7591bf654c1c5 /Cargo.toml | |
| parent | 4ee540028b3bbc9671db597e761033865c7ed6d1 (diff) | |
add bottom encode/decode
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +bottomify = "1.2.0" include_dir = "0.7.3" rand = "0.8.5" reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls", "json"] } |
