diff --git a/examples/toy-chat/Cargo.toml b/examples/toy-chat/Cargo.toml index 99ed72f..dbf4d95 100644 --- a/examples/toy-chat/Cargo.toml +++ b/examples/toy-chat/Cargo.toml @@ -2,7 +2,9 @@ name = "toy-chat" version = "0.1.0" edition = "2021" - +authors = [ + "Daniel Sanchez Quiros " +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/waku-sys/Cargo.toml b/waku-sys/Cargo.toml index 5239a44..92dac0a 100644 --- a/waku-sys/Cargo.toml +++ b/waku-sys/Cargo.toml @@ -2,6 +2,9 @@ name = "waku-sys" version = "0.1.0" edition = "2021" +authors = [ + "Daniel Sanchez Quiros " +] [lib] crate-type = ["rlib"] diff --git a/waku/Cargo.toml b/waku/Cargo.toml index 6ad01da..57b7b8c 100644 --- a/waku/Cargo.toml +++ b/waku/Cargo.toml @@ -2,7 +2,9 @@ name = "waku" version = "0.1.0" edition = "2021" - +authors = [ + "Daniel Sanchez Quiros " +] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]