diff options
| author | Mason Reed <mason@vector35.com> | 2025-04-15 22:49:05 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-04-15 22:49:05 -0400 |
| commit | 84eecdfdfd8b972cd9fcafb35da81ed62d9698f9 (patch) | |
| tree | 5df22437916f11d22278b361a247fd554391f334 /plugins/svd/Cargo.toml | |
| parent | 2a2e7980cf78a96396a74e502aaefb04a25d7d1e (diff) | |
Include SVD loader in free version
Diffstat (limited to 'plugins/svd/Cargo.toml')
| -rw-r--r-- | plugins/svd/Cargo.toml | 5 |
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 |
