Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
moved src/bin/client.rs -> src/bin/client/main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
debris committed Jan 19, 2016
1 parent 17969dc commit 9c38e7e
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -24,3 +24,7 @@ num_cpus = "0.2"
[features]
jit = ["evmjit"]
evm_debug = []

[[bin]]
name = "client"
path = "src/bin/client/main.rs"
File renamed without changes.

0 comments on commit 9c38e7e

Please sign in to comment.