For compiling Starknet contracts, we depend on the following crate:
- cairo-lang-starknet-classes
We are using just a few elements from that crate:
- ContractEntryPoints
- ENTRY_POINT_COST
- VersionId
Given that we are importing little, we should investigate how to remove this dependencies.
For compiling Starknet contracts, we depend on the following crate:
We are using just a few elements from that crate:
Given that we are importing little, we should investigate how to remove this dependencies.