Skip to content

Commit 69010ba

Browse files
committed
Merge branch 'release/0.1.1'
2 parents 4892c03 + 65a2662 commit 69010ba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "fiber-sphinx"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
5+
license-file = "COPYING.md"
6+
description = "A Rust implementation of the Sphinx mix network."
7+
documentation = "https://docs.rs/fiber-sphinx"
8+
homepage = "https://github.com/cryptape/fiberer-sphinx"
59

610
[dependencies]
711
secp256k1 = { version = "0.28.0", features = ["serde"] }

0 commit comments

Comments
 (0)