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"]
|
||||
Reference in New Issue
Block a user