mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: move helper fonctions into engine
This commit is contained in:
15
Cargo.lock
generated
15
Cargo.lock
generated
@@ -1876,6 +1876,7 @@ dependencies = [
|
||||
"rusoto_dynamodb",
|
||||
"rusoto_ecr",
|
||||
"rusoto_eks",
|
||||
"rusoto_iam",
|
||||
"rusoto_s3",
|
||||
"rusoto_sts",
|
||||
"rust-crypto",
|
||||
@@ -2354,6 +2355,20 @@ dependencies = [
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rusoto_iam"
|
||||
version = "0.45.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "73f792f9b9977eb4af7dae0de5ec6ced243a75a8ba25b903d8251cc8ac42b1a5"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes 0.5.6",
|
||||
"futures 0.3.7",
|
||||
"rusoto_core",
|
||||
"serde_urlencoded 0.6.1",
|
||||
"xml-rs",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rusoto_s3"
|
||||
version = "0.45.0"
|
||||
|
||||
Reference in New Issue
Block a user