Most of the refactor. Need to switch machines.
This commit is contained in:
26
templates/demo/Nest.toml
Normal file
26
templates/demo/Nest.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[workspace]
|
||||
default_package = "main" # PathBuf || String ?
|
||||
|
||||
[meta]
|
||||
name = "demo" # String
|
||||
version = "0.1.0" # semver::Version
|
||||
authors = ["Olivia Brooks", "Adrian Long"] # Option<Vec<String>>
|
||||
repository = "https://gitea.cutieguwu.ca/Cutieguwu/raven" # Option<URL> struct?
|
||||
license = "MIT" # Option<enum License>
|
||||
license-file = "LICENSE"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0" # semver::VersionReq
|
||||
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"] # Is this a concept in POM?
|
||||
|
||||
[pom] # Only POM-specific data
|
||||
model_version = "4.0.0" # semver::Version
|
||||
7
templates/demo/src/main/Prey.lock
Normal file
7
templates/demo/src/main/Prey.lock
Normal file
@@ -0,0 +1,7 @@
|
||||
[[classes]]
|
||||
path = "Main" # PathBuf to .class
|
||||
checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767"
|
||||
|
||||
[[classes]]
|
||||
path = "Cli"
|
||||
checksum = "24dffb40073ff21878cf879bf8c67d189ad600115f9a8ecead11a3ca6c086767"
|
||||
6
templates/demo/src/main/Prey.toml
Normal file
6
templates/demo/src/main/Prey.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
entry_point = "Main" # PathBuf
|
||||
|
||||
[meta]
|
||||
name = "main"
|
||||
version = "0.1.0"
|
||||
Reference in New Issue
Block a user