From 86437429b19bb2e41b2f43d6ba9a151babf44a2c Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 7 Jun 2022 10:38:00 +0200 Subject: [PATCH] toml_slicer 0.1.1 (#530) * toml_slicer 0.1.1 * Update commit --- index/to/toml_slicer/toml_slicer-0.1.1.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/to/toml_slicer/toml_slicer-0.1.1.toml diff --git a/index/to/toml_slicer/toml_slicer-0.1.1.toml b/index/to/toml_slicer/toml_slicer-0.1.1.toml new file mode 100644 index 00000000..88ec0438 --- /dev/null +++ b/index/to/toml_slicer/toml_slicer-0.1.1.toml @@ -0,0 +1,18 @@ +name = "toml_slicer" +description = "Edit TOML files directly without parsing" +version = "0.1.1" +licenses = "MIT" +tags = ["toml"] + +authors = ["Alejandro R. Mosteo"] +maintainers = ["Alejandro R. Mosteo "] +maintainers-logins = ["mosteo"] +website = "https://github.com/mosteo/toml_slicer" + +[[depends-on]] +aaa = "~0.2.4|~0.3" + +[origin] +commit = "65fb5313c45642dc232f69f729a8a207de4faae9" +url = "git+https://github.com/mosteo/toml_slicer.git" +