diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-21 16:37:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-21 18:53:30 +0800 |
| commit | d12a9691fab692845e03c8c178f1dded97cc1282 (patch) | |
| tree | 55612e8ec9e2bae2d26c2d3ea028d1ea30a7fac7 /Cargo.toml | |
| parent | c811c5818d21a67280ef9dd35ad40f6f5411daa5 (diff) | |
Good Bye! Legacy JVCSdevdeploy/nightly
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -5,21 +5,14 @@ license-file = "LICENSE-MIT" authors = ["Weicao-CatilGrass (GitHub)"] [features] +default = ["lib"] all = ["utils", "lib"] -utils = [ - "cfg_file", - "data_struct", - "hex_display", - "sha1_hash", - "tcp_connection", -] -cfg_file = [] +utils = ["data_struct", "hex_display", "sha1_hash", "tcp_connection"] data_struct = [] hex_display = [] sha1_hash = [] tcp_connection = [] lib = [] -deprecated = [] [workspace] members = [ |
