Skip to content

Commit

Permalink
Merge examples into a single-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
hegza committed Mar 20, 2024
1 parent 6c3ea08 commit 854e154
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 11 additions & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[workspace]
members = [
"headsail-bsp",
"hpc/hello-hpc",
"hpc/hello-dla",
"sysctrl/hello-sysctrl",
]
resolver = "2"

[profile.release]
debug = true
2 changes: 0 additions & 2 deletions examples/hpc/hello-dla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name = "hello-dla"
version = "0.1.0"
edition = "2021"

[workspace]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
2 changes: 0 additions & 2 deletions examples/hpc/hello-hpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name = "hello-hpc"
version = "0.1.0"
edition = "2021"

[workspace]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit 854e154

Please sign in to comment.