From 273f6c483d7e36aa00287cf212990d54730c1845 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 14 Sep 2022 16:12:10 -0400 Subject: [Rust API] Fancier Debug impl for Type Impl definitely not controversial and in no way will get me flamed for taking on a dependency --- rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 28c97a10..e47811e8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Ryan Snyder ", "Kyle Martin "] edition = "2018" [dependencies] +lazy_static = "1.4.0" log = "0.4" libc = "0.2" rayon = { version = "1.0", optional = true } -- cgit v1.3.1