Skip to content

Commit

Permalink
fix: add missing Cargo metadata required for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 4, 2024
1 parent a42a8d6 commit ca27aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pallas-txbuilder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
[package]
name = "pallas-txbuilder"
description = "An ergonomic Cardano transaction builder"
version = "0.21.0"
edition = "2021"
repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-txbuilder"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Santiago Carmuega <[email protected]>",
"Cainã Costa <[email protected]>",
]
authors = ["Santiago Carmuega <[email protected]>", "Cainã Costa <[email protected]>"]

[dependencies]
pallas-codec = { path = "../pallas-codec", version = "=0.21.0" }
Expand Down
1 change: 1 addition & 0 deletions pallas-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit ca27aa9

Please sign in to comment.