diff --git a/Cargo.toml b/Cargo.toml index b04802d..fedacc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "mqttrs" version = "0.1.4" -authors = ["00imvj00 "] +authors = ["00imvj00 ", + "Vincent de Phily "] edition = "2018" description = "mqttrs is encoding & decoding library for mqtt protocol, it can work with both sync as well as async apps" homepage = "https://github.com/00imvj00/mqttrs"