Update templates (including future ones)
This commit is contained in:
19
templates/Nest.toml
Normal file
19
templates/Nest.toml
Normal file
@@ -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"]
|
||||||
7
templates/Prey.lock
Normal file
7
templates/Prey.lock
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[[classes]]
|
||||||
|
path = "Main"
|
||||||
|
checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767"
|
||||||
|
|
||||||
|
[[classes]]
|
||||||
|
path = "Cli"
|
||||||
|
checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767"
|
||||||
5
templates/Prey.toml
Normal file
5
templates/Prey.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[package]
|
||||||
|
name = "main"
|
||||||
|
version = "0.1.0"
|
||||||
|
is_test = false
|
||||||
|
entry_point = "Main"
|
||||||
Reference in New Issue
Block a user