diff --git a/pesde.lock b/pesde.lock new file mode 100644 index 0000000..6e78c33 --- /dev/null +++ b/pesde.lock @@ -0,0 +1,3 @@ +name = "pesde/scripts" +version = "0.1.0" +target = "lune" diff --git a/pesde.toml b/pesde.toml new file mode 100644 index 0000000..ea575e1 --- /dev/null +++ b/pesde.toml @@ -0,0 +1,12 @@ +name = "pesde/scripts" +version = "0.1.0" +description = "Scripts and other utilities for use with pesde" +authors = ["dai (https://www.daimond113.com/)", "Erica Marigold "] +repository = "https://github.com/pesde-pkg/scripts" +license = "MIT" + +[target] +environment = "lune" + +[indices] +default = "https://github.com/daimond113/pesde-index"