Improve cargo metadata
This commit is contained in:
parent
4471f049ff
commit
82f8501112
17 changed files with 86 additions and 68 deletions
|
|
@ -1,21 +1,23 @@
|
|||
[package]
|
||||
name = "pallas"
|
||||
description = "Rust-native building blocks for the Cardano blockchain ecosystem."
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/txpipe/pallas"
|
||||
homepage = "https://github.com/txpipe/pallas"
|
||||
documentation = "https://docs.rs/pallas/0.1.0/pallas/"
|
||||
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/" }
|
||||
pallas-handshake = { path = "../pallas-handshake/" }
|
||||
pallas-chainsync = { path = "../pallas-chainsync/" }
|
||||
pallas-blockfetch = { path = "../pallas-blockfetch/" }
|
||||
pallas-localstate = { path = "../pallas-localstate/" }
|
||||
pallas-txsubmission = { path = "../pallas-txsubmission/" }
|
||||
pallas-alonzo = { path = "../pallas-alonzo/" }
|
||||
pallas-multiplexer = { version = "0.1.1", path = "../pallas-multiplexer/" }
|
||||
pallas-machines = { version = "0.1.0", path = "../pallas-machines/" }
|
||||
pallas-handshake = { version = "0.1.0", path = "../pallas-handshake/" }
|
||||
pallas-chainsync = { version = "0.1.0", path = "../pallas-chainsync/" }
|
||||
pallas-blockfetch = { version = "0.1.0", path = "../pallas-blockfetch/" }
|
||||
pallas-localstate = { version = "0.1.0", path = "../pallas-localstate/" }
|
||||
pallas-txsubmission = { version = "0.1.0", path = "../pallas-txsubmission/" }
|
||||
pallas-alonzo = { version = "0.1.0", path = "../pallas-alonzo/" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue