Skip to content

Commit 9b4d0f5

Browse files
authored
Merge branch 'main' into jared/typescript-testsuite
2 parents 60d3af1 + d109a36 commit 9b4d0f5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
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
@@ -13,6 +17,6 @@ syn = { version = "2.0.38", features = ["extra-traits"] }
1317
trybuild = { version = "1.0.49", features = ["diff"] }
1418

1519
[dev-dependencies]
16-
lbr-prelude = { version = "0.1.0", path = ".extras/lbr-prelude", default-features = false }
20+
lbr-prelude = { path = ".extras/lbr-prelude", default-features = false }
1721
num-bigint = "0.4.4"
1822
serde_json = "1.0.107"

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 = "LambdaBuffers runtime library for the Prelude schema."
8+
repository = "https://github.com/mlabs-haskell/lambda-buffers"
79

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

0 commit comments

Comments
 (0)