-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
23 lines (19 loc) · 869 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "wasitest"
version = "0.1.0"
edition = "2021"
[dependencies]
aws-config= { git = "https://github.com/awslabs/aws-sdk-rust.git", branch = "next", default-features = false }
aws-smithy-async= { git = "https://github.com/awslabs/aws-sdk-rust.git", branch = "next" }
aws-smithy-http= { git = "https://github.com/awslabs/aws-sdk-rust.git", branch = "next", features = ["event-stream"] }
aws-credential-types= { git = "https://github.com/awslabs/aws-sdk-rust.git", branch = "next", features = ["hardcoded-credentials"] }
aws-sdk-dynamodb = { git = "https://github.com/awslabs/aws-sdk-rust.git", branch = "next", default-features = false }
wasm-bindgen = "0.2.87"
console_error_panic_hook = "0.1.7"
[dependencies.serde]
version = "1.0.171"
features = ["derive"]
[dependencies.tokio]
version = "1.29.1"
# features = ["full"]
features = ["macros", "rt"]