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