This module is has been designed to be included in other DNAs, assuming as little as possible from those.
profile
: This profile zome is a simple implementation of managing agent detailsprofile
) in the zomes
of the consuming DNA.Cargo.toml
in that folder. paste the bellow content in.```toml
[package]
name = "
[lib]
name = "
[dependencies]
Cargo.toml
file from <ZOME_NAME>
to the appropriate zome you want to import.src/lib.rs
folder besides the Cargo.toml
with this content:rust
extern crate <ZOME_NAME>;
*.dna.workdir/dna.yaml
file.CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown
.