Improve cargo metadata
This commit is contained in:
parent
4471f049ff
commit
82f8501112
17 changed files with 86 additions and 68 deletions
|
|
@ -1,15 +1,17 @@
|
|||
[package]
|
||||
name = "pallas-multiplexer"
|
||||
version = "0.1.0"
|
||||
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
documentation = "https://docs.rs/pallas-multiplexer/0.1.0/pallas_multiplexer/"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
"Santiago Carmuega <santiago@carmuega.me>"
|
||||
]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.14"
|
||||
byteorder = "1.4.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue