add feature for smElement client hacks
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
+6
-1
@@ -277,7 +277,7 @@ hyperlocal = { git = "https://github.com/softprops/hyperlocal", rev = "2ee4d1496
|
||||
|
||||
|
||||
[features]
|
||||
default = ["conduit_bin", "backend_rocksdb", "systemd"]
|
||||
default = ["conduit_bin", "backend_rocksdb", "systemd", "element_hacks"]
|
||||
conduit_bin = ["axum"]
|
||||
backend_sqlite = ["sqlite"]
|
||||
backend_rocksdb = ["rocksdb"]
|
||||
@@ -303,6 +303,11 @@ perf_measurements = [
|
||||
"opentelemetry-jaeger",
|
||||
]
|
||||
|
||||
# client/server interopability hacks
|
||||
#
|
||||
## element has various non-spec compliant behaviour
|
||||
element_hacks = []
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "conduit"
|
||||
|
||||
Reference in New Issue
Block a user