Browse Source

Ensure that we don't publish example crates

tags/v0.3.6
Philipp Oppermann 1 year ago
parent
commit
3ec1e45119
Failed to extract signature
12 changed files with 12 additions and 0 deletions
  1. +1
    -0
      Cargo.toml
  2. +1
    -0
      examples/benchmark/node/Cargo.toml
  3. +1
    -0
      examples/benchmark/sink/Cargo.toml
  4. +1
    -0
      examples/multiple-daemons/node/Cargo.toml
  5. +1
    -0
      examples/multiple-daemons/operator/Cargo.toml
  6. +1
    -0
      examples/multiple-daemons/sink/Cargo.toml
  7. +1
    -0
      examples/rust-dataflow-url/sink/Cargo.toml
  8. +1
    -0
      examples/rust-dataflow/node/Cargo.toml
  9. +1
    -0
      examples/rust-dataflow/sink-dynamic/Cargo.toml
  10. +1
    -0
      examples/rust-dataflow/sink/Cargo.toml
  11. +1
    -0
      examples/rust-dataflow/status-node/Cargo.toml
  12. +1
    -0
      examples/rust-ros2-dataflow/node/Cargo.toml

+ 1
- 0
Cargo.toml View File

@@ -85,6 +85,7 @@ name = "dora-examples"
version = "0.0.0"
edition = "2021"
license = "Apache-2.0"
publish = false


[features]


+ 1
- 0
examples/benchmark/node/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "benchmark-example-node"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/benchmark/sink/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "benchmark-example-sink"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/multiple-daemons/node/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "multiple-daemons-example-node"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/multiple-daemons/operator/Cargo.toml View File

@@ -3,6 +3,7 @@ name = "multiple-daemons-example-operator"
version.workspace = true
edition = "2021"
license.workspace = true
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/multiple-daemons/sink/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "multiple-daemons-example-sink"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/rust-dataflow-url/sink/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "rust-dataflow-url-example-sink"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/rust-dataflow/node/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "rust-dataflow-example-node"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/rust-dataflow/sink-dynamic/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "rust-dataflow-example-sink-dynamic"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/rust-dataflow/sink/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "rust-dataflow-example-sink"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/rust-dataflow/status-node/Cargo.toml View File

@@ -3,6 +3,7 @@ name = "rust-dataflow-example-status-node"
version.workspace = true
edition = "2021"
license.workspace = true
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



+ 1
- 0
examples/rust-ros2-dataflow/node/Cargo.toml View File

@@ -2,6 +2,7 @@
name = "rust-ros2-dataflow-example-node"
version.workspace = true
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



Loading…
Cancel
Save