From ab1648bc2d0a0d8074f1a65b010b5bd76cc2fb29 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 7 Apr 2024 12:28:53 +0100 Subject: [PATCH] chore(deps): Add toml dependency --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6b0ef5a..9982274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,9 @@ tracing-subscriber = "0.3" # fs tempfile = "3.10" +# TOML parsing +toml = "0.8" + [dev-dependencies] # Testing test-log = "0.2"