changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/tenex/models/aws/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "aws"
3 version = "0.1.0"
4 edition = "2021"
5 [lib]
6 name = "aws"
7 path = "lib.rs"
8 [dependencies]
9 aws-config = { version= "1.3.0", features = ["behavior-version-latest"] }
10 # aws-sdk-ec2 = "1.3.0" - causes zor to crash during compile :C
11 aws-sdk-iam = "1.23.0"
12 aws-sdk-route53 = "1.23.0"
13 tokio = { version = "1", features = ["full"] }