diff --git a/Cargo.toml b/Cargo.toml index 77c8391..9103442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,8 @@ authors = ["Brandon Walsh "] readme = "README.md" description = "A Firmata protocol client library." edition = "2021" +repository = "https://github.com/metasophiea/firmata-client" +keywords = ["firmata", "arduino", "robot", "microcontroller"] [dependencies] serialport = "4.5.1"