docs(tree): sync link/PROJECT_TREE.md from RunicGateway/link@67d7800 [skip ci]

This commit is contained in:
runic-docs-bot
2026-08-07 18:53:32 +00:00
parent 18dfceae73
commit c54dcb47f5

View File

@@ -25,13 +25,16 @@ link/
│ └── PULL_REQUEST_TEMPLATE.md │ └── PULL_REQUEST_TEMPLATE.md
├── sidecar/ ├── sidecar/
│ ├── src/ │ ├── src/
│ │ ├── app.rs
│ │ ├── cli.rs │ │ ├── cli.rs
│ │ ├── config.rs │ │ ├── config.rs
│ │ ├── main.rs │ │ ├── main.rs
│ │ ├── rpc.rs │ │ ├── rpc.rs
│ │ ├── shard.rs │ │ ├── shard.rs
│ │ ├── store.rs │ │ ├── store.rs
│ │ ── web.rs │ │ ── unix.rs
│ │ ├── web.rs
│ │ └── windows.rs
│ ├── .gitignore │ ├── .gitignore
│ ├── Cargo.lock │ ├── Cargo.lock
│ ├── Cargo.toml │ ├── Cargo.toml