-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 在 exec.rs 中添加测试用例模块,验证脚本执行功能- 更新 Cargo.toml,将包名改为 moon-agent - 移除 anyhow 和 thiserror 依赖- 更新 README.md,添加打包步骤说明
- Loading branch information
1 parent
eb95624
commit 2426147
Showing
4 changed files
with
49 additions
and
27 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,12 @@ cargo build | |
cargo run | ||
``` | ||
|
||
4. 打包 | ||
|
||
```bash | ||
cargo build --release | ||
``` | ||
|
||
## 使用示例 | ||
|
||
* 执行 Python2 脚本 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters