Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

give fully usable Cargo.toml on hc generate zomes/x rust #61

Closed
Connoropolous opened this issue Oct 13, 2018 · 0 comments
Closed

give fully usable Cargo.toml on hc generate zomes/x rust #61

Connoropolous opened this issue Oct 13, 2018 · 0 comments
Assignees
Projects

Comments

@Connoropolous
Copy link
Collaborator

This is usable:

[package]
  name = "code"
  version = "0.1.0"
  authors = ["Author Name <authoremail@gmail.com>"]
  edition = "2018"
[dependencies]
  serde = "1.0"
  serde_json = "1.0"
  hdk = { git = "https://github.com/holochain/hdk-rust" }
  serde_derive = "1.0"
  holochain_wasm_utils = { git = "https://github.com/holochain/holochain-rust" , branch = "develop" }
[lib]
  path = "src/lib.rs"
  crate-type = ["cdylib"]
@Connoropolous Connoropolous added this to To do in by DevCamp Oct 15, 2018
@maackle maackle self-assigned this Oct 17, 2018
@Connoropolous Connoropolous moved this from To do to In progress in by DevCamp Oct 17, 2018
@maackle maackle added the review label Oct 18, 2018
Connoropolous added a commit that referenced this issue Oct 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
by DevCamp
  
In progress
Development

No branches or pull requests

2 participants