modify Cargo.toml in crypto_manager

Match-id-83dce3d26bb76da9646699ca8c82fc9c1dadef30
This commit is contained in:
authName 2023-09-12 14:13:02 +08:00 committed by userName
parent 2f8c077111
commit 70791fe0b0
2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
asset_common_lib = { path = "../../frameworks/common" }
asset_common = { path = "../../frameworks/common" }

View File

@ -1,10 +1,10 @@
[package]
name = "crypto_manager"
name = "crypto_manager_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
asset_common_lib = { path = "../../frameworks/common" }
asset_common = { path = "../../frameworks/common" }
crypto_manager = { path = "../../../services/crypto_manager" }