This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Ensure that we don't publish example crates
tags/v0.3.6
Philipp Oppermann
1 year ago
parent
8e8034d103
commit
3ec1e45119
Failed to extract signature
12 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Cargo.toml
+1
-0
examples/benchmark/node/Cargo.toml
+1
-0
examples/benchmark/sink/Cargo.toml
+1
-0
examples/multiple-daemons/node/Cargo.toml
+1
-0
examples/multiple-daemons/operator/Cargo.toml
+1
-0
examples/multiple-daemons/sink/Cargo.toml
+1
-0
examples/rust-dataflow-url/sink/Cargo.toml
+1
-0
examples/rust-dataflow/node/Cargo.toml
+1
-0
examples/rust-dataflow/sink-dynamic/Cargo.toml
+1
-0
examples/rust-dataflow/sink/Cargo.toml
+1
-0
examples/rust-dataflow/status-node/Cargo.toml
+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
Write
Preview
Loading…
Cancel
Save