提交 c4a7b403 authored 作者: Serhij S's avatar Serhij S

fix quanta ver

上级 d093944f
...@@ -53,6 +53,7 @@ rflow = { version = "0.1", optional = true, default-features = false } ...@@ -53,6 +53,7 @@ rflow = { version = "0.1", optional = true, default-features = false }
once_cell = { version = "1.19.0", optional = true } once_cell = { version = "1.19.0", optional = true }
parking_lot = { version = "0.12.3", optional = true } parking_lot = { version = "0.12.3", optional = true }
parking_lot_rt = { version = "0.12.1", optional = true } parking_lot_rt = { version = "0.12.1", optional = true }
quanta = { version = "=0.12.3", optional = true }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
parking_lot_rt = { version = "0.12.1" } parking_lot_rt = { version = "0.12.1" }
...@@ -64,7 +65,7 @@ rvideo = ["dep:rvideo"] ...@@ -64,7 +65,7 @@ rvideo = ["dep:rvideo"]
rflow = ["dep:rflow"] rflow = ["dep:rflow"]
modbus = ["rmodbus"] modbus = ["rmodbus"]
openssl-vendored = ["busrt/openssl-vendored", "eva-common/openssl-vendored"] openssl-vendored = ["busrt/openssl-vendored", "eva-common/openssl-vendored"]
metrics = ["dep:metrics", "metrics-exporter-prometheus", "metrics-exporter-scope" , "tokio"] metrics = ["dep:metrics", "metrics-exporter-prometheus", "metrics-exporter-scope", "tokio", "quanta"]
async = ["dep:parking_lot_rt"] async = ["dep:parking_lot_rt"]
full = ["eapi", "modbus", "metrics", "pipe", "rvideo", "rflow", "async"] full = ["eapi", "modbus", "metrics", "pipe", "rvideo", "rflow", "async"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论