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/test/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 core/test/Cargo.toml (limited to 'core/test') 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