diff --git a/Software/包管理/cargo.md b/Software/包管理/cargo.md new file mode 100644 index 0000000..24d13d6 --- /dev/null +++ b/Software/包管理/cargo.md @@ -0,0 +1,13 @@ +RUST的包管理器。 + +#### 命令 + +##### 构建命令 + +##### Manifest命令 + +##### 包命令 + +install 构建和安装RUST库 + +##### 发布命令(Publishing) \ No newline at end of file diff --git a/Software/npm.md b/Software/包管理/npm.md similarity index 100% rename from Software/npm.md rename to Software/包管理/npm.md diff --git a/Software/pip.md b/Software/包管理/pip.md similarity index 100% rename from Software/pip.md rename to Software/包管理/pip.md diff --git a/Software/ppa.md b/Software/包管理/ppa.md similarity index 100% rename from Software/ppa.md rename to Software/包管理/ppa.md diff --git a/Software/repo.md b/Software/包管理/repo.md similarity index 100% rename from Software/repo.md rename to Software/包管理/repo.md