Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Jul 11, 2022
1 parent 4fe2390 commit ab3999a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion base_layer/key_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ edition = "2021"
crate-type = ["lib", "cdylib"]

[dependencies]
tari_common = { version = "^0.34", path = "../../common"}
tari_common_types = { version = "^0.34", path = "../../base_layer/common_types" }
tari_core = { version = "^0.34", path = "../../base_layer/core"}
tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", tag = "v0.15.0" }
tari_utilities = { git = "https://github.com/tari-project/tari_utilities.git", tag = "v0.4.4" }

arrayvec = "0.7.1"
argon2 = { version = "0.2", features = ["std"] }
blake2 = "0.9.1"
chacha20 = "0.7.1"
chrono = { version = "0.4.19", default-features = false, features = ["serde"] }
chrono = { version = "0.4.19", default-features = true, features = ["serde"] }
clear_on_drop = "=0.2.4"
console_error_panic_hook = "0.1.7"
crc32fast = "1.2.1"
Expand Down
1 change: 1 addition & 0 deletions base_layer/key_manager/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright 2022 The Tari Project
// SPDX-License-Identifier: BSD-3-Clause

pub mod birthday;
pub mod cipher_seed;
pub mod diacritics;
pub mod error;
Expand Down

0 comments on commit ab3999a

Please sign in to comment.