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
Make top-level `Cargo.toml` a virtual manifest
tags/v0.0.0-test.4
Philipp Oppermann
3 years ago
parent
989b4780e5
commit
abe2781c71
3 changed files
with
0 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
Cargo.lock
+0
-9
Cargo.toml
+0
-1
src/lib.rs
+ 0
- 4
Cargo.lock
View File
@@ -773,10 +773,6 @@ dependencies = [
"pyo3",
]
[[package]]
name = "dora-rs"
version = "0.1.0"
[[package]]
name = "dora-runtime"
version = "0.1.0"
+ 0
- 9
Cargo.toml
View File
@@ -1,10 +1,3 @@
[package]
name = "dora-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"api/rust/node",
@@ -20,5 +13,3 @@ members = [
"runtime/examples/example-operator",
"zenoh-logger",
]
[dependencies]
+ 0
- 1
src/lib.rs
View File
@@ -1 +0,0 @@
Write
Preview
Loading…
Cancel
Save