Skip to content

Commit c1ae27e

Browse files
committed
Update Cargo.tomls
1 parent 028f8f6 commit c1ae27e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

graduated-rebalancer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "graduated-rebalancer"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["benthecarman <benthecarman@live.com>"]
56
description = "A library for managing graduated rebalancing between trusted and lightning wallets"
67
license = "MIT OR Apache-2.0"
78

orange-sdk/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "orange-sdk"
33
version = "0.1.0"
44
edition = "2024"
5+
authors = ["benthecarman <benthecarman@live.com>"]
6+
documentation = "https://docs.rs/orange-sdk/"
7+
license = "MIT OR Apache-2.0"
8+
keywords = [ "lightning", "bitcoin", "spark", "cashu" ]
9+
readme = "../README.md"
510

611
[lib]
712
crate-type = ["lib", "staticlib", "cdylib"]

0 commit comments

Comments
 (0)