More documentation and stub for alternative repository management
This commit is contained in:
parent
78f55d661d
commit
b2ea48bf1d
@ -15,4 +15,6 @@ clap = "2.33.0"
|
||||
# FIXME: Replace with latest once development is in gold
|
||||
log = "0.4.8"
|
||||
# FIXME: Replace with latest once development is in gold
|
||||
die = "0.2.0"
|
||||
die = "0.2.0"
|
||||
# Used for repository management as alternative to 'make'
|
||||
cargo-make = "0.26.2"
|
@ -4,5 +4,9 @@ This is stub file used for various informations about the source that cannot be
|
||||
|
||||
**FIXME:** Add Flow chart
|
||||
|
||||
**FIXME:** Add Dependency flow chart
|
||||
|
||||
**FIXME:** Add Mindmap
|
||||
|
||||
### References
|
||||
Rust source hierarchy - https://doc.rust-lang.org/cargo/reference/manifest.html#the-project-layout
|
1
src/bin/README.md
Normal file
1
src/bin/README.md
Normal file
@ -0,0 +1 @@
|
||||
Standard directory recognized by cargo for alternative binaries to `main.rs`
|
@ -1,3 +1,3 @@
|
||||
This directory is used for various subcommands used by zernif
|
||||
non-standard directory used for various subcommands used by zernit
|
||||
|
||||
Note that this is non-standard directory which defines these subcommands as modules
|
||||
These are modules being used as subcommands from which `main.rs` points to
|
Loading…
Reference in New Issue
Block a user