Skip to content

Commit ceb6699

Browse files
committed
chore: move code generation for csaf schema to own crate
1 parent 94bb4d5 commit ceb6699

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+7913
-2494
lines changed

Cargo.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[workspace]
2-
members = ["csaf-validator", "csaf-rs"]
2+
members = ["csaf-validator", "csaf-rs", "csaf-schema"]
33
resolver = "2"

csaf-rs/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ console_error_panic_hook = { version = "0.1", optional = true }
3434
semver = { version = "1" }
3535
automod = "1.0"
3636
jsonschema = { version = "0.37.4", default-features = false }
37+
csaf-schema = { path = "../csaf-schema", features = ["testcases"] }
3738

3839
[target.'cfg(target_arch = "wasm32")'.dependencies]
3940
uuid = { version = "1.17.0", features = ["v7", "serde", "js"] }
@@ -50,3 +51,4 @@ thiserror = "2"
5051
json_dotpath = "1"
5152
quote = "1"
5253
proc-macro2 = "1"
54+
csaf-schema = { path = "../csaf-schema", features = ["testcases"] }

0 commit comments

Comments
 (0)