From 7020cfb8b65793d871b23a76e111f8a652eead72 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:37:40 -0500 Subject: [PATCH] Update templates (including future ones) --- templates/Nest.toml | 19 +++++++++++++++++++ templates/Prey.lock | 7 +++++++ templates/Prey.toml | 5 +++++ 3 files changed, 31 insertions(+) create mode 100644 templates/Nest.toml create mode 100644 templates/Prey.lock create mode 100644 templates/Prey.toml diff --git a/templates/Nest.toml b/templates/Nest.toml new file mode 100644 index 0000000..b331834 --- /dev/null +++ b/templates/Nest.toml @@ -0,0 +1,19 @@ +[package] +name = "demo" +version = "0.1.0" +#authors = ["Olivia Brooks", "Adrian Long"] +#repository = "https://gitea.cutieguwu.ca/Cutieguwu/raven" +#license = "MIT" + +[dependencies] +anyhow = "1.0" +bytesize = "2.3" +pathsub = "0.1.1" +ron = "0.12" +sha256 = "1.6" +subprocess = "0.2" +toml = "0.9" + +[dependencies.clap] +version = "4.5" +#features = ["cargo", "derive"] diff --git a/templates/Prey.lock b/templates/Prey.lock new file mode 100644 index 0000000..b76564a --- /dev/null +++ b/templates/Prey.lock @@ -0,0 +1,7 @@ +[[classes]] +path = "Main" +checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767" + +[[classes]] +path = "Cli" +checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767" diff --git a/templates/Prey.toml b/templates/Prey.toml new file mode 100644 index 0000000..1399585 --- /dev/null +++ b/templates/Prey.toml @@ -0,0 +1,5 @@ +[package] +name = "main" +version = "0.1.0" +is_test = false +entry_point = "Main"