diff --git a/Cargo.toml b/Cargo.toml index ba87b14..5520ae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ exclude = ["rusteron-docker-samples/rusteron-dummy-example"] resolver = "2" [workspace.dependencies] +rusteron-code-gen = { path = "rusteron-code-gen" } ctrlc = "3.4" bindgen = "0.71" cmake = "0.1" diff --git a/rusteron-archive/Cargo.toml b/rusteron-archive/Cargo.toml index af62b03..bb73356 100644 --- a/rusteron-archive/Cargo.toml +++ b/rusteron-archive/Cargo.toml @@ -41,7 +41,7 @@ pkg-config = { workspace = true } proc-macro2 = { workspace = true } regex = { workspace = true} log = { workspace = true} -rusteron-code-gen = {path = "../rusteron-code-gen", version = "0"} +rusteron-code-gen = { workspace = true } [dev-dependencies] serial_test = { workspace = true } diff --git a/rusteron-client/Cargo.toml b/rusteron-client/Cargo.toml index 6c2b8cc..072c86c 100644 --- a/rusteron-client/Cargo.toml +++ b/rusteron-client/Cargo.toml @@ -45,7 +45,7 @@ dunce = { workspace = true } pkg-config = { workspace = true } proc-macro2 = { workspace = true } itertools = { workspace = true } -rusteron-code-gen = {path = "../rusteron-code-gen", version = "0"} +rusteron-code-gen = { workspace = true } log = { workspace = true} regex = { workspace = true} diff --git a/rusteron-media-driver/Cargo.toml b/rusteron-media-driver/Cargo.toml index 976cfab..3e130d6 100644 --- a/rusteron-media-driver/Cargo.toml +++ b/rusteron-media-driver/Cargo.toml @@ -43,7 +43,7 @@ cmake = { workspace = true } dunce = { workspace = true } pkg-config = { workspace = true } proc-macro2 = { workspace = true } -rusteron-code-gen = { path = "../rusteron-code-gen", version = "0" } +rusteron-code-gen = { workspace = true } log = { workspace = true} regex = { workspace = true} diff --git a/rusteron-rb/Cargo.toml b/rusteron-rb/Cargo.toml index 418c546..9da8713 100644 --- a/rusteron-rb/Cargo.toml +++ b/rusteron-rb/Cargo.toml @@ -42,7 +42,7 @@ cmake = { workspace = true } dunce = { workspace = true } pkg-config = { workspace = true } proc-macro2 = { workspace = true } -rusteron-code-gen = { path = "../rusteron-code-gen", version = "0" } +rusteron-code-gen = { workspace = true } log = { workspace = true} regex = { workspace = true}