forked from kemitix/git-next
chore(deps): Add toml dependency
This commit is contained in:
parent
1d42c63e53
commit
ab1648bc2d
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ tracing-subscriber = "0.3"
|
|||
# fs
|
||||
tempfile = "3.10"
|
||||
|
||||
# TOML parsing
|
||||
toml = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
# Testing
|
||||
test-log = "0.2"
|
||||
|
|
Loading…
Reference in a new issue