From bc4a876fb4ac433ca903ba1fc31c97b755fedde4 Mon Sep 17 00:00:00 2001 From: Brenno Lemos Date: Mon, 11 Dec 2023 22:48:47 -0300 Subject: [PATCH] chore: remove workspace manifest see rust-lang/cargo#5042 --- .gitmodules | 3 --- Cargo.toml | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a193c62..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "tests/lib/catch2"] - path = tests/lib/catch2 - url = https://github.com/syndelis/catch2 diff --git a/Cargo.toml b/Cargo.toml index ea0645a..eb38ae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,6 @@ name = "odeir" version = "0.1.0" edition = "2021" -[workspace] -members = [".", "simulator"] - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] minijinja = "0.31.1"