diff --git a/client/Cargo.toml b/client/Cargo.toml index 3db0740e..3c5aeab7 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "corepc-client" version = "0.8.0" -authors = ["Tobin C. Harding "] +authors = ["Tobin C. Harding ", "Jamil Lambert "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/corepc" description = "Bitcoin Core JSON-RPC client" diff --git a/types/Cargo.toml b/types/Cargo.toml index 359d94bb..34e18b57 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "corepc-types" version = "0.8.0" -authors = ["Tobin C. Harding "] +authors = ["Tobin C. Harding ", "Jamil Lambert "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/corepc" description = "Bitcoin Core JSON-RPC API types"