feat: add external references as git submodules noc and hype

This commit is contained in:
0xcathiefish
2026-05-30 08:47:48 +00:00
parent aa80ac21ee
commit ffd98934e4
4 changed files with 10 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[submodule "references/noc"]
path = references/noc
url = https://github.com/takassh/notion-client.git
[submodule "references/hype"]
path = references/hype
url = https://github.com/hyperliquid-dex/hyperliquid-rust-sdk.git
+2
View File
@@ -4,6 +4,8 @@
格式遵循 Keep a Changelog,版本号遵循 SemVer。 格式遵循 Keep a Changelog,版本号遵循 SemVer。
## [Unreleased] ## [Unreleased]
### Added
- 添加外部参考库作为 Git 子模块:`noc` (notion-client) 与 `hype` (hyperliquid-rust-sdk)
## [0.1.0] - 2026-05-30 ## [0.1.0] - 2026-05-30
### Added ### Added
+1
Submodule references/hype added at aac75585da
+1
Submodule references/noc added at 6d5c7b94e3