diff --git a/Cargo.toml b/Cargo.toml index b6574c3..417291b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eth_checksum = {path = "../eth-checksum"} +eth_checksum = {git = "https://github.com/junkicide/rust-eth-checksum"} json = "^0.12.4" num-bigint = "^0.4.3" serde = { version = "^1.0.149", features = ["derive"] }