From 403c675fe2cc2a9d4c16bdda9b98311e2b50bbce Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Quiros Date: Wed, 19 Oct 2022 13:35:56 +0200 Subject: [PATCH] Added author info to crates --- examples/toy-chat/Cargo.toml | 4 +++- waku-sys/Cargo.toml | 3 +++ waku/Cargo.toml | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) 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]