Skip to content

Commit

Permalink
move main out of src for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Dec 13, 2024
1 parent 11537c2 commit b2526dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cargobase.json
cargobase-async.json
cargobase-testing.json

src/main.rs
main.rs

.env

Expand Down
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ tracing-test = "0.2.5"

[lib]
path = "src/lib.rs"

[[bin]]
name = "cargobase"
path = "main.rs"

0 comments on commit b2526dc

Please sign in to comment.