Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
348 changes: 0 additions & 348 deletions Cargo.lock

This file was deleted.

3 changes: 0 additions & 3 deletions Cargo.toml

This file was deleted.

11 changes: 3 additions & 8 deletions com-api/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion com-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
"com-api-runtime-lola",

"examples",
"examples/com-api-gen"
]

[workspace.package]
Expand Down
8 changes: 2 additions & 6 deletions com-api/com-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ edition = "2024"
publish = ["common"]
license = "Apache-2.0"

[features]
mock = ["com-api-runtime-mock"]
lola = ["com-api-runtime-lola"]

[dependencies]
com-api-concept = { workspace = true }
com-api-runtime-mock = { workspace = true, optional = true }
com-api-runtime-lola = { workspace = true, optional = true }
com-api-runtime-mock = { workspace = true }
com-api-runtime-lola = { workspace = true }
Loading