Skip to content

Commit e96f5ef

Browse files
Remove feature flags
1 parent 2e1d2f7 commit e96f5ef

File tree

14 files changed

+13
-418
lines changed

14 files changed

+13
-418
lines changed

Cargo.lock

Lines changed: 0 additions & 348 deletions
This file was deleted.

Cargo.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

com-api/Cargo.lock

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

com-api/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ members = [
77
"com-api-runtime-lola",
88

99
"examples",
10-
"examples/com-api-gen"
1110
]
1211

1312
[workspace.package]

com-api/com-api/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ edition = "2024"
55
publish = ["common"]
66
license = "Apache-2.0"
77

8-
[features]
9-
mock = ["com-api-runtime-mock"]
10-
lola = ["com-api-runtime-lola"]
11-
128
[dependencies]
139
com-api-concept = { workspace = true }
14-
com-api-runtime-mock = { workspace = true, optional = true }
15-
com-api-runtime-lola = { workspace = true, optional = true }
10+
com-api-runtime-mock = { workspace = true }
11+
com-api-runtime-lola = { workspace = true }

0 commit comments

Comments
 (0)