mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-25 17:23:11 +00:00
Added author info to crates
This commit is contained in:
parent
0d399e542f
commit
403c675fe2
@ -2,7 +2,9 @@
|
|||||||
name = "toy-chat"
|
name = "toy-chat"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
name = "waku-sys"
|
name = "waku-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = [
|
||||||
|
"Daniel Sanchez Quiros <danielsq@status.im>"
|
||||||
|
]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["rlib"]
|
crate-type = ["rlib"]
|
||||||
|
|||||||
@ -2,7 +2,9 @@
|
|||||||
name = "waku"
|
name = "waku"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user