chore: 新增了part4目录下的Rust基础项目、结构体练习题文档,以及tauri-app的pnpm工作区配置文件。
This commit is contained in:
parent
ca42660a14
commit
739ebd5047
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "part4"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,3 @@
|
|||
allowBuilds:
|
||||
core-js: false
|
||||
esbuild: false
|
||||
Loading…
Reference in New Issue