0xMiden / 0xMiden/project-template

README project tree lists missing integration/src/config.rs

Open
#57 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
0
Forks
10
Avg merge
8d 16h
Merged PRs (30d)
1

Description

The README's project tree lists `integration/src/config.rs`, but the current template does not include that file.

Current `integration/src` contents are:

```text
integration/src/
├── bin/increment_count.rs
├── helpers.rs
└── lib.rs
```

README currently shows:

```text
integration/
└── src/
├── bin/
├── config.rs # Temporary config file (do not modify!)
├── helpers.rs # Temporary helper file (do not modify!)
└── lib.rs
```

This makes the generated project structure look different from what users actually get after cloning/scaffolding the template. The fix should be small: remove the stale `config.rs` entry from the README tree.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.