Skip to content

Commit

Permalink
lib: release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Aug 26, 2024
1 parent ea36a84 commit 89f3f94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[package]
name = "kyoto-cbf"
version = "0.1.0"
authors = ["Rob <[email protected]>"]
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

Expand Down

0 comments on commit 89f3f94

Please sign in to comment.