diff --git a/Cargo.toml b/Cargo.toml index a689aa9a5..c966e8d7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,13 @@ libc = "0.2.139" log = "0.4.17" rand = "0.8.5" spin = "0.9.5" -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory", "unstable" ] } -zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ "shared-memory" ] } +zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ + "shared-memory", + "unstable", +] } +zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ + "shared-memory", +] } zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" } [build-dependencies] @@ -57,8 +62,8 @@ fs2 = "0.4.3" serde_yaml = "0.9.19" [lib] -path="src/lib.rs" -name = "zenohcd" +path = "src/lib.rs" +name = "zenohc" crate-type = ["cdylib", "staticlib"] doctest = false