Browse Source

Update rust api to publish it to crates.io

tags/v0.2.1-rc
haixuanTao 2 years ago
parent
commit
38e02df62c
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      apis/rust/node/Cargo.toml
  2. +3
    -0
      apis/rust/operator/Cargo.toml

+ 4
- 0
apis/rust/node/Cargo.toml View File

@@ -3,6 +3,10 @@ name = "dora-node-api"
version.workspace = true
edition = "2021"
license = "Apache-2.0"
description = "Dora Rust Node API"
homepage = "https://github.com/dora-rs/dora"
repository = "https://github.com/dora-rs/dora"
documentation = "https://dora.carsmos.ai/dora/rust-api.html"

[features]
default = ["tracing"]


+ 3
- 0
apis/rust/operator/Cargo.toml View File

@@ -4,6 +4,9 @@ version.workspace = true
edition = "2021"
license = "Apache-2.0"
description = "Rust API implemetation for Dora Operator"
homepage = "https://github.com/dora-rs/dora"
repository = "https://github.com/dora-rs/dora"
documentation = "https://dora.carsmos.ai/dora/rust-api.html"

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



Loading…
Cancel
Save