diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-18 11:19:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-18 11:19:51 +0800 |
| commit | 2372495e1a0acb9ffead7651d8ed36a3bb98a15b (patch) | |
| tree | 5f330cdf1616b1e56a7b85b2b2530cdf1422ed54 /Cargo.toml | |
| parent | 6f8906f06f3efd009275dc23f861f5aaba76ce72 (diff) | |
Add new protocol crate with basic types and operations
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ deprecated = [] members = [ "docs", "ffi", + "protocol", "systems/_asset", "systems/_asset/macros", "systems/_asset/test", @@ -138,6 +139,7 @@ asset_system = { path = "systems/_asset" } config_system = { path = "systems/_config" } constants = { path = "systems/_constants" } framework = { path = "systems/_framework" } +protocol = { path = "protocol" } sheet_system = { path = "systems/sheet" } vault_system = { path = "systems/vault" } workspace_system = { path = "systems/workspace" } |
