You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thaanks good point. They shouldn't be released as they are only used to test and in the development environment, the export of this repo is the hc_zome_profiles zome.
with this in the cargo.toml file .. i still get quite a heavy download .. am I doing something wrong?
[dependencies]
hc_zome_profiles = {git = "https://github.com/holochain-open-dev/profiles", package = "hc_zome_profiles"}
@nphias nothing wrong no... Also notice that zippy was talking about when cloning the git repository, as oposed as just using the crate like you are. I don't think there is a way to make it lighter since it basically only depends on the hdk.
I don't think the repo should contain the compiled DNA and hApp as it makes the downloads huge. Shouldn't they be release artifacts?
The text was updated successfully, but these errors were encountered: