diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 3ff2af6f1..0f0271de5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "opcua" version = "0.11.0" # OPCUARustVersion -description = "OPC UA client API" +description = "OPC UA client and server API" authors = ["Adam Lock "] homepage = "https://github.com/locka99/opcua" license = "MPL-2.0" keywords = ["opcua","opc","ua"] categories = ["embedded","network-programming"] readme = "../README.md" -documentation = "https://docs.rs/opcua-client/" +documentation = "https://docs.rs/opcua/" edition = "2018" [lib]