diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-11 15:34:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-11 15:34:47 +0800 |
| commit | 8b38e22525adcafecd8b50daf041a1dc2d672d0b (patch) | |
| tree | b5c012dbbdd6975f405105b778d0ba9354a21233 /Cargo.lock | |
| parent | e49128388e3b2f73523d82bf7f16fa1eae019c37 (diff) | |
Replace cfg_file with new config system
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -393,6 +393,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" [[package]] +name = "config_system" +version = "0.1.0" + +[[package]] name = "const-oid" version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -972,6 +976,7 @@ dependencies = [ "asset_system", "cfg_file", "chrono", + "config_system", "constants", "criterion", "data_struct", @@ -986,6 +991,7 @@ dependencies = [ "vcs_actions", "vcs_data", "vcs_docs", + "workspace_system", ] [[package]] @@ -2586,6 +2592,18 @@ dependencies = [ ] [[package]] +name = "workspace_system" +version = "0.1.0" +dependencies = [ + "asset_system", + "config_system", + "constants", + "framework", + "serde", + "tokio", +] + +[[package]] name = "zerocopy" version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" |
