mirror of
https://gitee.com/openharmony/security_asset
synced 2024-12-11 10:03:45 +00:00
modify Cargo.toml in crypto_manager
Match-id-83dce3d26bb76da9646699ca8c82fc9c1dadef30
This commit is contained in:
parent
2f8c077111
commit
70791fe0b0
@ -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" }
|
||||
|
@ -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" }
|
Loading…
Reference in New Issue
Block a user