1
0

feat: initialize rust project

This commit is contained in:
2026-06-28 16:24:46 +08:00
parent 73e539933a
commit e587d3e5ff
7 changed files with 255 additions and 0 deletions

6
kernel/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[workspace]
resolver = "3"
members = ["lcrconn", "lcrconn-cli"]
[workspace.dependencies]
thiserror = "2.0.12"