summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 2 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65884aa..e174fd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = [