This commit is contained in:
2023-04-01 23:01:05 +02:00
commit bbe884d2ba
5 changed files with 1570 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "rust_s3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusoto_core = "0.47.0"
rusoto_s3 = "0.47.0"
tokio = { version = "1.0", features = ["full"] }