diff --git a/Cargo.toml b/Cargo.toml index 8b04eeb0..42044944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] [dependencies] -bdk-macros = { version = "0.1.0-beta.1", path = "./macros" } +bdk-macros = { version = "0.2.0", path = "./macros" } log = "^0.4" miniscript = "4.0" bitcoin = { version = "^0.25.2", features = ["use-serde"] } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index dac85ca9..4dada2de 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "bdk-macros" -version = "0.1.0-beta.1" +version = "0.2.0" authors = ["Alekos Filini "] edition = "2018" +homepage = "https://bitcoindevkit.org" +repository = "https://github.com/bitcoindevkit/bdk" +documentation = "https://docs.rs/bdk-macros" +description = "Supporting macros for `bdk`" +keywords = ["bdk"] +license-file = "../LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html