mirror of
https://github.com/exchanges-lab/tradesync.git
synced 2026-08-05 05:06:07 +08:00
feat: initialize project structure, modules and configurations
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
本文件记录项目所有值得注意的变更。
|
||||
格式遵循 Keep a Changelog,版本号遵循 SemVer。
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.0] - 2026-05-30
|
||||
### Added
|
||||
- 初始化 Rust 工程项目结构与核心配置
|
||||
- 实现 `ModuleA` 与 `ModuleB` 业务类及接口设计
|
||||
- 配置 `tokio` 异步运行时、`thiserror` 自定义错误与 `anyhow` 二进制入口错误处理
|
||||
- 集成 `tracing` 结构化日志与 `dotenvy` 环境配置读取
|
||||
- 新增集成测试与示例代码
|
||||
Reference in New Issue
Block a user