Skip to content

Commit 87fca88

Browse files
cdeckerclaude
andcommitted
fix: Add required metadata to gl-sdk Cargo.toml for crates.io
crates.io requires description and license fields. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 14c90fc commit 87fca88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/gl-sdk/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "gl-sdk"
33
version = "0.2.0"
44
edition = "2024"
5+
description = "High-level SDK for Greenlight with UniFFI language bindings"
6+
license = "MIT"
7+
repository = "https://github.com/Blockstream/greenlight"
58

69
[lib]
710
crate-type = ["cdylib", "staticlib", "rlib"]

0 commit comments

Comments
 (0)