diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 10:18:29 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-04-12 10:18:29 +0800 |
| commit | f6b31a0285ee3b58f03a4373c615cfc652d4ef5c (patch) | |
| tree | 915303a6917bed469aa94d29317aff0a18f1a0b2 /core/server_test/Cargo.lock | |
| parent | 12708aecacb318906a16987c76c397d177c0c6e7 (diff) | |
创建了新 Cargo Project : Core Test,用于测试核心代码
Diffstat (limited to 'core/server_test/Cargo.lock')
| -rw-r--r-- | core/server_test/Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/server_test/Cargo.lock b/core/server_test/Cargo.lock new file mode 100644 index 0000000..16ca5d3 --- /dev/null +++ b/core/server_test/Cargo.lock @@ -0,0 +1,14 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "phantomlink-gamepad-core" +version = "0.1.0" + +[[package]] +name = "phantomlink-server-test" +version = "0.1.0" +dependencies = [ + "phantomlink-gamepad-core", +] |
