rm root bin
This commit is contained in:
parent
7a2c3dd82b
commit
65946147a7
2 changed files with 2 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
|||
[workspace]
|
||||
members = [
|
||||
".",
|
||||
"crates/criterion-demo",
|
||||
"crates/cucumber-demo",
|
||||
"crates/panic-calm",
|
||||
|
@ -33,7 +32,7 @@ members = [
|
|||
"crates/iter-prod",
|
||||
"crates/tpdemo",
|
||||
"crates/graph",
|
||||
"crates/sdl-idiot",
|
||||
"crates/sdl-idiot", "minitree",
|
||||
]
|
||||
default-members = ["."]
|
||||
|
||||
|
@ -44,7 +43,7 @@ serde = { version = "1.0.171", features = ["derive"] }
|
|||
serde_json = "1.0.102"
|
||||
libpt = { version = "0.5.1", features = ["full"] }
|
||||
|
||||
[package]
|
||||
[workspace.package]
|
||||
name = "rs-basic"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
|
|
14
src/main.rs
14
src/main.rs
|
@ -1,14 +0,0 @@
|
|||
#![allow(clippy::disallowed_names)]
|
||||
fn main() {
|
||||
println!(
|
||||
"SUCCESS!!!
|
||||
This is the default executable! It does not do much, use another executable.
|
||||
|
||||
Select your target like this:
|
||||
`cargo run --bin $TARGET`
|
||||
|
||||
To see a list of all runnable binaries, you can use the following command.
|
||||
`cargo run --bin`
|
||||
"
|
||||
);
|
||||
}
|
Loading…
Add table
Reference in a new issue