test: add backward compat toml test (#4531)

This commit is contained in:
Matthias Seitz
2023-09-08 15:48:14 +02:00
committed by GitHub
parent d1f8c6ec01
commit 0fed70773c
5 changed files with 104 additions and 4 deletions

View File

@ -23,6 +23,9 @@ serde_json.workspace = true
# crypto
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
confy = "0.5"
# misc
confy.workspace = true
tempfile = "3.4"
tempfile = "3.4"
[dev-dependencies]
toml.workspace = true