Skip to content

Commit 7632829

Browse files
committed
Add crate metadata
1 parent 4feea4c commit 7632829

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

runtimes/rust/lbr-prelude-derive/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "lbr-prelude-derive"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
6+
homepage = "https://mlabs-haskell.github.io/lambda-buffers/"
7+
description = "Derive macros for the lambda-buffers Json trait"
8+
repository = "https://github.com/mlabs-haskell/lambda-buffers"
59

610
[lib]
711
proc-macro = true

runtimes/rust/lbr-prelude/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name = "lbr-prelude"
33
version = "0.1.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
license = "Apache-2.0"
6+
homepage = "https://mlabs-haskell.github.io/lambda-buffers/"
7+
description = "Basic data types and utilities for lambda-buffers"
8+
repository = "https://github.com/mlabs-haskell/lambda-buffers"
79

810
[dependencies]
911
data-encoding = "2.4.0"

0 commit comments

Comments
 (0)