Skip to content

Commit

Permalink
updated cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAGod1 committed May 4, 2023
1 parent 34a1fa3 commit 742d1c2
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
Expand Up @@ -2,6 +2,10 @@
name = "evm"
version = "0.1.0"
edition = "2018"
license-file="LICENSE"
description="Emulator of Basic EVM for itmo students"
keywords = ["emulator", "education", "asm", "itmo", "basepc"]
categories = ["emulators"]
build = "build.rs"

[target.'cfg(windows)'.build-dependencies]
Expand Down

0 comments on commit 742d1c2

Please sign in to comment.