- 搭建 Cargo workspace:engine 库 + sandbox 可执行示例,构建/运行通过 - 加入分阶段学习开发计划(Markdown / CSV / xlsx) - 配置 .gitignore、README、MIT 许可信息 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
228 B
TOML
15 lines
228 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "engine"
|
|
version = "0.0.1"
|
|
|
|
[[package]]
|
|
name = "sandbox"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"engine",
|
|
]
|