From da9632712617d5527adb8e40b9036944ea0f11b7 Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Mon, 15 Apr 2024 11:27:07 +0200 Subject: [PATCH] list_image 1.0.0 (via `alr publish --submit`) (#1026) --- index/li/list_image/list_image-1.0.0.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/li/list_image/list_image-1.0.0.toml diff --git a/index/li/list_image/list_image-1.0.0.toml b/index/li/list_image/list_image-1.0.0.toml new file mode 100644 index 00000000..acf7346f --- /dev/null +++ b/index/li/list_image/list_image-1.0.0.toml @@ -0,0 +1,21 @@ +name = "list_image" +description = "helper to dump iterable containers with customizable style" +version = "1.0.0" + +authors = ["Lionel Draghi"] +maintainers = ["Lionel Draghi "] +maintainers-logins = ["LionelDraghi"] +licenses = "Apache-2.0" +website = "https://github.com/LionelDraghi/List_Image" +tags = ["list", "iterator", "container", "markdown", "html"] + +executables = ["test_list_image"] + +[configuration] +disabled = true + + +[origin] +commit = "329dd78b6d2097e22c5917a0d8ad56d9399b18b8" +url = "git+https://github.com/LionelDraghi/List_Image.git" +