From 93830f9e99651a7845c15dc992eab9941d251355 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sat, 12 Oct 2019 16:54:04 -0700 Subject: [PATCH] Always embed params --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4d7647d..fbef09b 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -32,7 +32,7 @@ rustls = { version = "0.15.2", features = ["dangerous_configuration"] } webpki = "0.19.1" webpki-roots = "0.16.0" tower-h2 = { git = "https://github.com/tower-rs/tower-h2" } -rust-embed = "5.1.0" +rust-embed = { version = "5.1.0", features = ["debug-embed"] } rand = "0.7.2" [dependencies.bellman]