From 4820db2b8ef7d63986fae061eccfcba5b30effce Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 26 Mar 2022 20:35:19 -0600 Subject: use knuffel by default --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3e6ff67..b923461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[features] +default = ["knuffel"] + [dependencies] knuffel = { version = "1.1.0", optional = true } lazy_static = "1.4.0" -- cgit v1.2.3