diff --git a/Cargo.lock b/Cargo.lock index ba88927..e405255 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1334,7 +1334,7 @@ dependencies = [ [[package]] name = "up-rust" -version = "0.1.5" +version = "0.1.0" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2d78a0a..818d121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ [package] categories = ["api-bindings"] -description = "Rust implementation of the Eclipse uProtocol library" -documentation = "https://github.com/eclipse-uprotocol/up-spec#readme" +description = "The Eclipse uProtocol Rust Language Library" +documentation = "https://github.com/eclipse-uprotocol/up-spec" edition = "2021" exclude = [ "tests/*", @@ -23,14 +23,17 @@ exclude = [ ".vscode/*", ".github/*", ".gitignore", + "about.hbs", + "about.toml", + "deny.toml", ] -keywords = ["uProtocol", "SDK"] +keywords = ["uProtocol", "SDK", "communication"] license = "Apache-2.0" name = "up-rust" readme = "README.md" repository = "https://github.com/eclipse-uprotocol/up-rust" rust-version = "1.74.1" -version = "0.1.5" +version = "0.1.0" [features] default = ["communication"]