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"