Skip to content

Commit 1762dcd

Browse files
committed
feat(rengine): export types to OCaml
1 parent 1dc7626 commit 1762dcd

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ hax-lib-macros-types = { path = "hax-lib/macros/types", version = "=0.3.1" }
8181
hax-lib = { path = "hax-lib", version = "=0.3.1" }
8282
hax-engine-names = { path = "engine/names", version = "=0.3.1" }
8383
hax-types = { path = "hax-types", version = "=0.3.1" }
84+
rust-printer = { path = "rust-printer" }
8485

8586
[workspace.metadata.release]
8687
owners = ["github:cryspen:tools"]

cli/subcommands/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fn json_schema_static_asset() {
2424
hax_types::engine_api::protocol::FromEngine,
2525
hax_types::engine_api::protocol::ToEngine,
2626
hax_lib_macros_types::AttrPayload,
27+
rust_printer::ast::Item,
2728
));
2829
schema.schema.metadata.get_or_insert_default().id = Some(hax_types::HAX_VERSION.into());
2930
serde_json::to_writer(

0 commit comments

Comments
 (0)