From 89f3f941be2d6d60cf2f0dffd9159cabe33ae81c Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Mon, 26 Aug 2024 07:40:23 -1000 Subject: [PATCH] lib: release `0.1.0` --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0cfaec..918478b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,15 @@ [package] name = "kyoto-cbf" version = "0.1.0" +authors = ["Rob "] edition = "2021" -license-file = "LICENSE" +license-file = "MIT OR Apache-2.0" description = "A Bitcoin light-client according to the BIP-157/BIP-158 specifications" repository = "https://github.com/rustaceanrob/kyoto" readme = "README.md" +keywords = ["bitcoin", "cryptography", "network", "peer-to-peer"] +categories = ["cryptography::cryptocurrencies"] resolver = "2" -# members = ["example", "src"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html