summaryrefslogtreecommitdiff
path: root/plugins/svd/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-04-15 22:49:05 -0400
committerMason Reed <mason@vector35.com>2025-04-15 22:49:05 -0400
commit84eecdfdfd8b972cd9fcafb35da81ed62d9698f9 (patch)
tree5df22437916f11d22278b361a247fd554391f334 /plugins/svd/Cargo.toml
parent2a2e7980cf78a96396a74e502aaefb04a25d7d1e (diff)
Include SVD loader in free version
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