From 347186f252cc94e350b5f4bedb2dd4638d8081a5 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Wed, 4 May 2022 14:19:52 +0200 Subject: [PATCH] resources 0.1.0 (#511) --- index/re/resources/resources-0.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/re/resources/resources-0.1.0.toml diff --git a/index/re/resources/resources-0.1.0.toml b/index/re/resources/resources-0.1.0.toml new file mode 100644 index 00000000..37338258 --- /dev/null +++ b/index/re/resources/resources-0.1.0.toml @@ -0,0 +1,15 @@ +name = "resources" +description = "Utility library to handle project resources at run-time" +version = "0.1.0" + +licenses = "MIT" +website = "https://github.com/alire-project/resources" +tags = ["utils"] + +authors = ["Alire Team"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau", "mosteo"] + +[origin] +commit = "a418da627ec3d18f50f60edaee41a2f47f173a0e" +url = "git+https://github.com/alire-project/resources.git"