Improve cargo metadata
This commit is contained in:
parent
4471f049ff
commit
82f8501112
17 changed files with 86 additions and 68 deletions
|
|
@ -1,25 +1,26 @@
|
|||
[package]
|
||||
name = "pallas-chainsync"
|
||||
description = "Implementation of the Ouroboros network chainsync mini-protocol"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
documentation = "https://docs.rs/pallas-chainsync/0.1.0/pallas_chainsync/"
|
||||
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]
|
||||
pallas-multiplexer = { path = "../pallas-multiplexer/" }
|
||||
pallas-machines = { path = "../pallas-machines/" }
|
||||
minicbor = { version="0.11.4", features=["half"] }
|
||||
minicbor-io = "0.6.0"
|
||||
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" }
|
||||
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" }
|
||||
minicbor = { version="0.11.4", features=["half", "std"] }
|
||||
log = "0.4.14"
|
||||
hex = "0.4.3"
|
||||
|
||||
[dev-dependencies]
|
||||
net2 = "0.2.37"
|
||||
env_logger = "0.9.0"
|
||||
pallas-handshake = { path = "../pallas-handshake/" }
|
||||
pallas-txsubmission = { path = "../pallas-txsubmission/" }
|
||||
pallas-handshake = { version = "0.1.0", path = "../pallas-handshake/" }
|
||||
pallas-txsubmission = { version = "0.1.0", path = "../pallas-txsubmission/" }
|
||||
|
|
|
|||
2
pallas-chainsync/README.md
Normal file
2
pallas-chainsync/README.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Pallas ChainSync
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue