feat: enable fs and network features by default
This commit is contained in:
parent
396d4b77bc
commit
483d274e5b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ repository = "https://git.kemitix.net/kemitix/kxio"
|
|||
exclude = [".cargo_home"]
|
||||
|
||||
[features]
|
||||
default = ["fs", "network"]
|
||||
fs = []
|
||||
network = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue