From 38e02df62ca6e6fe00007a42f458017c62b100b0 Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Mon, 13 Mar 2023 15:45:25 +0100 Subject: [PATCH] Update rust api to publish it to crates.io --- apis/rust/node/Cargo.toml | 4 ++++ apis/rust/operator/Cargo.toml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/apis/rust/node/Cargo.toml b/apis/rust/node/Cargo.toml index 8ca5f39d..a186eb8c 100644 --- a/apis/rust/node/Cargo.toml +++ b/apis/rust/node/Cargo.toml @@ -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"] diff --git a/apis/rust/operator/Cargo.toml b/apis/rust/operator/Cargo.toml index d2d6b19f..37bd1603 100644 --- a/apis/rust/operator/Cargo.toml +++ b/apis/rust/operator/Cargo.toml @@ -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