summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-09-14 16:12:10 -0400
committerGlenn Smith <glenn@vector35.com>2022-09-29 21:02:23 -0400
commit273f6c483d7e36aa00287cf212990d54730c1845 (patch)
tree5e44abdeea714c58719284e2a984927c9418e64f /rust/Cargo.toml
parentc168d90ead13075b927a8d0737c21b1a7c4fa0ff (diff)
[Rust API] Fancier Debug impl for Type
Impl definitely not controversial and in no way will get me flamed for taking on a dependency
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
edition = "2018"
[dependencies]
+lazy_static = "1.4.0"
log = "0.4"
libc = "0.2"
rayon = { version = "1.0", optional = true }