aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-05-29 16:06:11 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-05-29 16:06:11 +0800
commitc9dbba0d288becb7f05cebe526be25c76e5a850a (patch)
treed5a47ccfc439e91f6fd1bfac2712a67e16468e1e /Cargo.toml
parentd1c42b3f4036f101a7a6e46dcf2f065ed1d687f3 (diff)
增加客户端部分
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a214b76..e94a113 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ members = [
"core",
"console",
"bindings/c",
+ "client",
"export"
]
@@ -36,4 +37,4 @@ debug = false
[profile.dev]
strip = false
-debug = true \ No newline at end of file
+debug = true