chore(deps): Add toml dependency

This commit is contained in:
Paul Campbell 2024-04-07 12:28:53 +01:00
parent 1d42c63e53
commit ab1648bc2d

View file

@ -17,6 +17,9 @@ tracing-subscriber = "0.3"
# fs
tempfile = "3.10"
# TOML parsing
toml = "0.8"
[dev-dependencies]
# Testing
test-log = "0.2"