Skip to content

Commit

Permalink
Merge pull request #180 from mlabs-haskell/szg251/prepare-for-publish
Browse files Browse the repository at this point in the history
Prepare lbr-prelude for publish
  • Loading branch information
szg251 authored Feb 1, 2024
2 parents c83cdf9 + 66c8ba3 commit d109a36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion runtimes/rust/lbr-prelude-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name = "lbr-prelude-derive"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
homepage = "https://mlabs-haskell.github.io/lambda-buffers/"
description = "Derive macros for the lambda-buffers Json trait"
repository = "https://github.com/mlabs-haskell/lambda-buffers"

[lib]
proc-macro = true
Expand All @@ -13,6 +17,6 @@ syn = { version = "2.0.38", features = ["extra-traits"] }
trybuild = { version = "1.0.49", features = ["diff"] }

[dev-dependencies]
lbr-prelude = { version = "0.1.0", path = ".extras/lbr-prelude", default-features = false }
lbr-prelude = { path = ".extras/lbr-prelude", default-features = false }
num-bigint = "0.4.4"
serde_json = "1.0.107"
6 changes: 4 additions & 2 deletions runtimes/rust/lbr-prelude/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name = "lbr-prelude"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "Apache-2.0"
homepage = "https://mlabs-haskell.github.io/lambda-buffers/"
description = "LambdaBuffers runtime library for the Prelude schema."
repository = "https://github.com/mlabs-haskell/lambda-buffers"

[dependencies]
data-encoding = "2.4.0"
Expand Down

0 comments on commit d109a36

Please sign in to comment.