feat: initialize rust project
This commit is contained in:
7
kernel/lcrconn/Cargo.toml
Normal file
7
kernel/lcrconn/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "lcrconn"
|
||||
version = "1.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
Reference in New Issue
Block a user