Skip to content

Commit 5f09252

Browse files
Added Repository Structure
1 parent 9c3ad07 commit 5f09252

9 files changed

Lines changed: 11 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
[package]
2-
name = "hello_rust"
1+
[workspace]
2+
resolver = "2"
3+
4+
# This automatically finds every project in the Ecosystem and Projects folders
5+
members = [
6+
"Rust_Ecosystem/*/*",
7+
"Rust_Projects/*",
8+
]
9+
10+
[workspace.package]
311
version = "0.1.0"
412
edition = "2024"
5-
6-
[dependencies]
13+
authors = ["Hitesh Bhatnagar"]

examples/rust-projects/beginner/cli_calculator/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

main.exe

165 KB
Binary file not shown.

main.pdb

1.34 MB
Binary file not shown.

0 commit comments

Comments
 (0)