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
Set license metadata for all dora crates
tags/v0.0.0-test.4
Philipp Oppermann
3 years ago
parent
abe2781c71
commit
240787b19d
12 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
api/python/binding/Cargo.toml
+1
-0
api/rust/node/Cargo.toml
+1
-0
api/rust/operator/Cargo.toml
+1
-0
api/rust/operator/macros/Cargo.toml
+1
-0
common/Cargo.toml
+1
-0
coordinator/Cargo.toml
+1
-0
message/Cargo.toml
+1
-0
metrics/Cargo.toml
+1
-0
runtime/Cargo.toml
+1
-0
runtime/examples/example-operator/Cargo.toml
+1
-0
tracing/Cargo.toml
+1
-0
zenoh-logger/Cargo.toml
+ 1
- 0
api/python/binding/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-python-binding"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
api/rust/node/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-node-api"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
api/rust/operator/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-operator-api"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
api/rust/operator/macros/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-operator-api-macros"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
common/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-common"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
coordinator/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-coordinator"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
message/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-message"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
metrics/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-metrics"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
runtime/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-runtime"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
runtime/examples/example-operator/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "example-operator"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
tracing/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "dora-tracing"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 1
- 0
zenoh-logger/Cargo.toml
View File
@@ -2,6 +2,7 @@
name = "zenoh-logger"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Write
Preview
Loading…
Cancel
Save