v0.2 Refactor #9

Open
Cutieguwu wants to merge 22 commits from v0.2_refactor into master
3 changed files with 31 additions and 0 deletions
Showing only changes of commit 7020cfb8b6 - Show all commits

19
templates/Nest.toml Normal file
View 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
View File

@@ -0,0 +1,7 @@
[[classes]]
path = "Main"
checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767"
[[classes]]
path = "Cli"
checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767"

5
templates/Prey.toml Normal file
View File

@@ -0,0 +1,5 @@
[package]
name = "main"
version = "0.1.0"
is_test = false
entry_point = "Main"