fix: add missing Cargo metadata required for publish

This commit is contained in:
Santiago Carmuega 2024-01-04 12:22:47 -03:00
parent a42a8d64c8
commit ca27aa91ac
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,6 @@
[package]
name = "pallas-txbuilder"
description = "An ergonomic Cardano transaction builder"
version = "0.21.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
@ -7,10 +8,7 @@ homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-txbuilder"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Santiago Carmuega <santiago@carmuega.me>",
"Cainã Costa <me@cfcosta.com>",
]
authors = ["Santiago Carmuega <santiago@carmuega.me>", "Cainã Costa <me@cfcosta.com>"]
[dependencies]
pallas-codec = { path = "../pallas-codec", version = "=0.21.0" }

View file

@ -5,6 +5,7 @@ version = "0.21.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas"
license = "Apache-2.0"
readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"]