Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Move CLI to crate and remove actix-web from deps #564

Merged
merged 9 commits into from
Jun 2, 2023
Merged

Conversation

mfachal
Copy link
Contributor

@mfachal mfachal commented May 31, 2023

This addresses issue #536

cli/Cargo.toml Outdated
mimalloc = { version = "0.1.29", default-features = false, optional = true }
hex = "0.4.3"
cargo-llvm-cov = "0.5.14"
starknet-rs = {path = "../"}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should not use a relative path to specify the dependency but the github repository

cli/Cargo.toml Outdated
serde = { version = "1.0.152", features = ["derive"] }
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
sha3 = "0.10.1"
starknet_api = { git = "https://github.com/lambdaclass/starknet-api", rev="b29d881", features = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using the lambdaclass fork of this lib you should use the one from https://github.com/starkware-libs/starknet-api

Cargo.toml Outdated
@@ -25,7 +25,6 @@ starknet_api = { git = "https://github.com/starkware-libs/starknet-api", rev="a8
starknet-crypto = "0.4.3"
thiserror = "1.0.32"
clap = { version = "4.1.8", features = ["derive"] }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should remove clap too

@juanbono juanbono added this pull request to the merge queue Jun 2, 2023
Merged via the queue into main with commit 831245a Jun 2, 2023
@juanbono juanbono deleted the move-cli-to-crate branch June 14, 2023 20:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants