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 /systems/_config/Cargo.toml | |
| parent | e49128388e3b2f73523d82bf7f16fa1eae019c37 (diff) | |
Replace cfg_file with new config system
Diffstat (limited to 'systems/_config/Cargo.toml')
| -rw-r--r-- | systems/_config/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/_config/Cargo.toml b/systems/_config/Cargo.toml new file mode 100644 index 0000000..eacbcda --- /dev/null +++ b/systems/_config/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "config_system" +edition = "2024" +version.workspace = true + +[dependencies] |
