summaryrefslogtreecommitdiff
path: root/plugins/svd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/svd/Cargo.toml')
-rw-r--r--plugins/svd/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/svd/Cargo.toml b/plugins/svd/Cargo.toml
index 17325adf..e25c410b 100644
--- a/plugins/svd/Cargo.toml
+++ b/plugins/svd/Cargo.toml
@@ -15,4 +15,7 @@ log = "0.4"
serde_json = "1.0"
[dev-dependencies]
-insta = { version = "1.42", features = ["yaml"] } \ No newline at end of file
+insta = { version = "1.42", features = ["yaml"] }
+
+[features]
+demo = [] \ No newline at end of file