diff --git a/pallas-txbuilder/Cargo.toml b/pallas-txbuilder/Cargo.toml index b0281f6..d9142e3 100644 --- a/pallas-txbuilder/Cargo.toml +++ b/pallas-txbuilder/Cargo.toml @@ -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 ", - "CainĂ£ Costa ", -] +authors = ["Santiago Carmuega ", "CainĂ£ Costa "] [dependencies] pallas-codec = { path = "../pallas-codec", version = "=0.21.0" } diff --git a/pallas-wallet/Cargo.toml b/pallas-wallet/Cargo.toml index bd7e37e..28ee0c4 100644 --- a/pallas-wallet/Cargo.toml +++ b/pallas-wallet/Cargo.toml @@ -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 "]