Skip to content

Commit

Permalink
chore: Update cargo package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashiru committed Sep 19, 2023
1 parent 45aaaaa commit 76ae5c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
name = "evm-rs"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
description = "A blazingly fast in-memory Ethereum Virtual Machine (EVM) emulator written in Rust"
homepage = "https://github.com/Yashiru/evm-rs-emulator"
repository = "https://github.com/Yashiru/evm-rs-emulator"
readme = "https://github.com/Yashiru/evm-rs-emulator/blob/master/README.md"
keywords = ["evm", "bytecode", "emulator"]
categories = ["development-tools::debugging", "emulators", "memory-management"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 76ae5c7

Please sign in to comment.