From 83f885ee8d762551a6c5d8ea5ab3719cde76464a Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 7 Apr 2023 19:39:22 -0400 Subject: add bottom encode/decode --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3