summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f6fd91..64288cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,5 +22,8 @@ tiny_http = "0.12"
ureq = "3.1.4"
yaml-rust2 = "0.10.4"
+[features]
+integration = []
+
[dev-dependencies]
tempfile = "3"