Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: Zeek <[email protected]>
  • Loading branch information
Harlan T Wood and dauphin3 committed Jul 4, 2024
1 parent bfea4af commit f8e5f46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions zomes/trust_atom/src/trust_atom.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![allow(clippy::module_name_repetitions)]

use hdk::prelude::*;
use trust_atom_integrity::validation::normalize_value;

use std::collections::BTreeMap;
use trust_atom_integrity::entries::{EntryTypes, Extra};
Expand Down
1 change: 1 addition & 0 deletions zomes/trust_atom_integrity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hdi = "0.3.8"
hdk = "0.2.8"
rust_decimal = "1"
serde = "1"
trust_atom_types = { path = "../trust_atom_types" }
2 changes: 1 addition & 1 deletion zomes/trust_atom_integrity/src/validation.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{EntryTypes, LinkTypes};
use crate::LinkTypes;
use hdi::prelude::*;
use hdk::prelude::agent_info;
use rust_decimal::prelude::*;
Expand Down

0 comments on commit f8e5f46

Please sign in to comment.