From d7a29d5114ae63f5eb2d2fd89d673670a389fb19 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Thu, 31 Oct 2024 06:19:43 +0000 Subject: [PATCH] add jiwonz/dirs@0.1.0 lune --- jiwonz/dirs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jiwonz/dirs diff --git a/jiwonz/dirs b/jiwonz/dirs new file mode 100644 index 0000000..560b42d --- /dev/null +++ b/jiwonz/dirs @@ -0,0 +1,13 @@ +["0.1.0 lune"] +published_at = "2024-10-31T06:19:43.275407722Z" +description = "A library for lune that provides config/cache/data paths. Heavily inspired by dirs-rs" +license = "MIT" +authors = ["jiwonz"] +repository = "https://github.com/jiwonz/dirs-lune/" + +["0.1.0 lune".target] +environment = "lune" +lib = "src/init.luau" + +["0.1.0 lune".dependencies] +pathfs = [{ name = "jiwonz/pathfs", version = "^0.1.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]