Added author info to crates

This commit is contained in:
Daniel Sanchez Quiros 2022-10-19 13:35:56 +02:00
parent 0d399e542f
commit 403c675fe2
3 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,9 @@
name = "toy-chat"
version = "0.1.0"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>"
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@ -2,6 +2,9 @@
name = "waku-sys"
version = "0.1.0"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>"
]
[lib]
crate-type = ["rlib"]

View File

@ -2,7 +2,9 @@
name = "waku"
version = "0.1.0"
edition = "2021"
authors = [
"Daniel Sanchez Quiros <danielsq@status.im>"
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]