From 6b8f72484185ef6ebdda30b1c36678fdabf12e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20FASANO?= Date: Tue, 19 Sep 2023 16:30:37 +0200 Subject: [PATCH] fix: already used crates name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98f0d1e..99ef49d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "evm-rs" +name = "evm-rs-emulator" version = "0.1.0" edition = "2021" license-file = "LICENSE"