rm root bin

This commit is contained in:
cscherr 2025-06-04 14:31:11 +02:00
parent 7a2c3dd82b
commit 65946147a7
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7
2 changed files with 2 additions and 17 deletions

View file

@ -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"

View file

@ -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`
"
);
}