Add support for TOML configuration files

This is used in many contexts, including being the format used by
Cargo, the Rust package manager.
This commit is contained in:
Alyssa Haroldsen
2023-04-11 19:14:34 -07:00
parent af4d9cf5dd
commit 5c8c44041a
3 changed files with 19 additions and 1 deletions

2
testdata/initial/file.toml vendored Normal file
View File

@@ -0,0 +1,2 @@
[package]
name = "not-a-real-crate"