Skip to content

Commit b3fcaf7

Browse files
committed
Share Testing check
1 parent c4ee01b commit b3fcaf7

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/rust/lib_ccxr/Cargo.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,17 @@ crc32fast = "1.4.2"
1717
num_enum = "0.6.1"
1818
prost = "0.13.5"
1919
lazy_static = "1.5.0"
20-
nanomsg-sys = "0.7.2"
21-
libc = "0.2.172"
22-
20+
nanomsg-sys = { version = "0.7.2", optional = true }
21+
libc = { version = "0.2.172", optional = true }
2322
[features]
2423
default = [
25-
"enable_sharing",
26-
"wtv_debug",
27-
"enable_ffmpeg",
28-
"debug",
29-
"with_libcurl",
24+
"enable_sharing",
25+
"wtv_debug",
26+
"enable_ffmpeg",
27+
"debug",
28+
"with_libcurl",
3029
]
31-
enable_sharing = []
30+
enable_sharing = ["nanomsg-sys", "libc"]
3231
wtv_debug = []
3332
enable_ffmpeg = []
3433
debug_out = []

0 commit comments

Comments
 (0)