feat: init
This commit is contained in:
commit
06c3330999
16 changed files with 3817 additions and 0 deletions
25
templates/default/README.md
Normal file
25
templates/default/README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# rust workspace template
|
||||
|
||||
This is an experiment to contain the code for all components in a single repository, also known as a monorepository.
|
||||
|
||||
## Repository Layout
|
||||
|
||||
The code is grouped by language or framework name.
|
||||
|
||||
### Nix
|
||||
|
||||
```
|
||||
/flake.nix
|
||||
/flake.lock
|
||||
/nix/ /* [blueprint](https://github.com/numtide/blueprint) set up underneath here. */
|
||||
```
|
||||
|
||||
### Rust
|
||||
|
||||
```
|
||||
/Cargo.toml
|
||||
/Cargo.lock
|
||||
/rust/ # all rust code lives here
|
||||
/rust/common/Cargo.toml
|
||||
/rust/common/src/lib.rs
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue