From 483d274e5be7757bbcaccf0240098f7dcaf0ecfd Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 28 Apr 2024 12:34:51 +0100 Subject: [PATCH] feat: enable fs and network features by default --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 915eb91..dd177dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://git.kemitix.net/kemitix/kxio" exclude = [".cargo_home"] [features] +default = ["fs", "network"] fs = [] network = []