Skip to content

Commit

Permalink
Update Cargo.toml to fix description & url
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Apr 13, 2022
1 parent 9e49973 commit 5654c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <locka99@gmail.com>"]
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]
Expand Down

0 comments on commit 5654c76

Please sign in to comment.