diff --git a/caesar-desktop/Cargo.toml b/caesar-desktop/Cargo.toml deleted file mode 100644 index 4868a82..0000000 --- a/caesar-desktop/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "caesar-desktop" -version = "0.0.1" -edition = "2021" -authors = ["Manuel Keidel, Patryk Hegenberg, Krzysztof Stankiewicz"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -caesar-core = { path = "../caesar-core" } diff --git a/caesar-desktop/src/main.rs b/caesar-desktop/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/caesar-desktop/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} diff --git a/caesar-mobile/Cargo.toml b/caesar-mobile/Cargo.toml deleted file mode 100644 index 7223ca9..0000000 --- a/caesar-mobile/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "caesar-mobile" -version = "0.0.1" -edition = "2021" -authors = ["Manuel Keidel, Patryk Hegenberg, Krzysztof Stankiewicz"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -caesar-core = { path = "../caesar-core" } diff --git a/caesar-mobile/src/main.rs b/caesar-mobile/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/caesar-mobile/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} diff --git a/caesar-tui/Cargo.toml b/caesar-tui/Cargo.toml deleted file mode 100644 index af685e7..0000000 --- a/caesar-tui/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "caesar-tui" -version = "0.0.1" -edition = "2021" -authors = ["Manuel Keidel, Patryk Hegenberg, Krzysztof Stankiewicz"] - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -caesar-core = { path = "../caesar-core" } diff --git a/caesar-tui/src/main.rs b/caesar-tui/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/caesar-tui/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}