Skip to content

Commit

Permalink
updated cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-eth committed Aug 5, 2023
1 parent 92a2bea commit 1bf505c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
name = "soldeer"
version = "0.1.0"
edition = "2021"

authors = ["m4rio"]
license = "MIT"
description = "A solidity package manager written in rust. It's minimal and easy within your solidity project. Works best with foundry."
repository = "https://github.com/mario-eth/soldeer"
homepage = "https://github.com/mario-eth/soldeer"
readme = "https://raw.githubusercontent.com/mario-eth/soldeer/main/README.md"
keywords = ["solidity", "package manager"]
categories = ["development-tools", "package-management"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit 1bf505c

Please sign in to comment.