Skip to content

Commit

Permalink
[none] Restructure to run CI
Browse files Browse the repository at this point in the history
%SOFTWARE
  • Loading branch information
soumyasen1809 committed Aug 14, 2024
1 parent ed17ed9 commit 28985d3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ authors = ["Sen"]
lib ={ path = "lib"} # needed for the tests to work

[[bin]]
name = "project_bin"
name = "bin"
path = "src/main.rs"

# Check https://rust-classes.com/chapter_4_3
[workspace]
members = [
"lib",
"project_bin",
]
resolver = "2"

Expand Down
2 changes: 1 addition & 1 deletion project_bin/Cargo.toml → src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "project_bin"
name = "bin"
version = "0.1.0"
edition = "2021"
license = "GNU GENERAL PUBLIC LICENSE"
Expand Down
File renamed without changes.

0 comments on commit 28985d3

Please sign in to comment.