Add S3 encryption
This commit is contained in:
15
crates/pile-io/Cargo.toml
Normal file
15
crates/pile-io/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "pile-io"
|
||||
version = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
tokio = { workspace = true }
|
||||
smartstring = { workspace = true }
|
||||
aws-sdk-s3 = { workspace = true }
|
||||
chacha20poly1305 = { workspace = true }
|
||||
binrw = { workspace = true }
|
||||
Reference in New Issue
Block a user