From 87608eabbcbd105f5f5fecf7ab00a7bc93573477 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Fri, 19 Jan 2024 15:37:56 -0600 Subject: Adds graphviz support to lambo. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 72163da..0778143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.79", features = ["backtrace"] } +bstr = "1.9.0" clap = { version = "4.4.17", features = ["derive"] } csv = "1.3.0" futures = "0.3.30" -- cgit v1.2.3