From 7070a5774b17b964ebcdda0465ff802cbf8144ec Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 7 Mar 2022 12:01:42 +0100 Subject: [PATCH] toml_slicer 0.1.0 (#472) --- index/to/toml_slicer/toml_slicer-0.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/to/toml_slicer/toml_slicer-0.1.0.toml diff --git a/index/to/toml_slicer/toml_slicer-0.1.0.toml b/index/to/toml_slicer/toml_slicer-0.1.0.toml new file mode 100644 index 00000000..84ca62f2 --- /dev/null +++ b/index/to/toml_slicer/toml_slicer-0.1.0.toml @@ -0,0 +1,18 @@ +name = "toml_slicer" +description = "Edit TOML files directly without parsing" +version = "0.1.0" +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" + +[origin] +commit = "132728f82601f1e5e8436e373b9a7534c82cc679" +url = "git+https://github.com/mosteo/toml_slicer.git" +