summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-07 19:39:22 -0400
committerseth <[email protected]>2023-04-07 20:00:57 -0400
commit83f885ee8d762551a6c5d8ea5ab3719cde76464a (patch)
treeb81ee4ed2b6c935023b51be22de7591bf654c1c5 /Cargo.toml
parent4ee540028b3bbc9671db597e761033865c7ed6d1 (diff)
add bottom encode/decode
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b081c3..bb62414 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }