From c7df237d9de719eb04e73d712293ae883bbcdd76 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 14 Apr 2025 13:50:59 +0800 Subject: 为 Test Cargo 创建了 Console (Client/Server) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/server_test/Cargo.toml | 10 ---------- core/test/Cargo.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 core/server_test/Cargo.toml create mode 100644 core/test/Cargo.toml diff --git a/core/server_test/Cargo.toml b/core/server_test/Cargo.toml deleted file mode 100644 index dc29510..0000000 --- a/core/server_test/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "there-is-nopads-server-test" -authors = [ "CatilGrass" ] -version = "0.1.0" -edition = "2024" - -[dependencies] -there-is-nopads-core = { path = "../../core" } - -# Not A Controller \ No newline at end of file diff --git a/core/test/Cargo.toml b/core/test/Cargo.toml new file mode 100644 index 0000000..d78fa4f --- /dev/null +++ b/core/test/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "there-is-nopads-test" +authors = [ "CatilGrass" ] +version = "0.1.0" +edition = "2024" + +[dependencies] +there-is-nopads-core = { path = "../../core" } + +# Not A Controller \ No newline at end of file -- cgit