Skip to content

Commit

Permalink
Add more information to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Apr 18, 2024
1 parent c013388 commit d27a523
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[package]
name = "merkletree-mintlayer"
description = "A merkle tree versatile implementation with inclusion proof implementation, the one that is used in mintlayer-core"
edition = "2021"
rust-version = "1.75"
version = "0.1.0"
license = "MIT"
repository = "https://github.com/mintlayer/merkletree-mintlayer"
homepage = "https://mintlayer.org"
authors = ["Samer Afach <samer.afach@mintlayer.org>"]

[features]
scale-codec = ["dep:parity-scale-codec"]
Expand Down

0 comments on commit d27a523

Please sign in to comment.